mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Save in CheckFristLaunch
This commit is contained in:
parent
0ed52a2c9c
commit
ef7f471d50
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ namespace Flow.Launcher
|
|||
if (_settings.FirstLaunch)
|
||||
{
|
||||
_settings.FirstLaunch = false;
|
||||
_viewModel.Save();
|
||||
PluginManager.API.SaveAppAllSettings();
|
||||
OpenWelcomeWindow();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue