Skip to content

Commit

Permalink
disable anamnesis connect service for a hotfix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-Codes committed Dec 25, 2021
1 parent 8497e88 commit 48bb98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Anamnesis/ServiceManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public async Task InitializeServices()
await Add<TipService>();
await Add<TexToolsService>();
await Add<FavoritesService>();
await Add<AnamnesisConnectService>();
////await Add<AnamnesisConnectService>();

IsInitialized = true;

Expand Down

0 comments on commit 48bb98a

Please sign in to comment.