Fix Save in CheckFristLaunch

This commit is contained in:
DB p 2021-12-04 02:20:49 +09:00
parent 0ed52a2c9c
commit ef7f471d50

View file

@ -238,7 +238,7 @@ namespace Flow.Launcher
if (_settings.FirstLaunch)
{
_settings.FirstLaunch = false;
_viewModel.Save();
PluginManager.API.SaveAppAllSettings();
OpenWelcomeWindow();
}
}