Skip to content

Commit ef7f471

Browse files
committed
Fix Save in CheckFristLaunch
1 parent 0ed52a2 commit ef7f471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ private void CheckFirstLaunch()
238238
if (_settings.FirstLaunch)
239239
{
240240
_settings.FirstLaunch = false;
241-
_viewModel.Save();
241+
PluginManager.API.SaveAppAllSettings();
242242
OpenWelcomeWindow();
243243
}
244244
}

0 commit comments

Comments
 (0)