diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index a6f45257a..c27cccd5c 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -238,7 +238,7 @@ namespace Flow.Launcher if (_settings.FirstLaunch) { _settings.FirstLaunch = false; - _viewModel.Save(); + PluginManager.API.SaveAppAllSettings(); OpenWelcomeWindow(); } }