Skip to content

Commit

Permalink
Unlock migrator
Browse files Browse the repository at this point in the history
  • Loading branch information
Drombeys committed May 9, 2024
1 parent 2644392 commit 19ac57a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ImeSense.Launchers.Belarus.Desktop/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System.Globalization;

using Avalonia;
using Avalonia.ReactiveUI;

Expand Down
2 changes: 1 addition & 1 deletion src/ImeSense.Launchers.Belarus/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public override async void OnFrameworkInitializationCompleted()
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) {
var initializerManager = _serviceProvider.GetRequiredService<InitializerManager>();
var userManager = _serviceProvider.GetRequiredService<UserManager>();
//UserManager.MigratorSettings();
UserManager.MigratorSettings();

var splashScreenManager = _serviceProvider.GetRequiredService<ISplashScreenManager>();
splashScreenManager.MaxProgress = 4;
Expand Down

0 comments on commit 19ac57a

Please sign in to comment.