mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
save setting after startup (#594)
* save setting after startup
* Revert "save setting after startup"
This reverts commit bb9c7a1b84.
* Update App.xaml.cs
Save Setting After Startup
This commit is contained in:
parent
19aa45df05
commit
3a8cd8cbbb
1 changed files with 3 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ namespace Flow.Launcher
|
|||
|
||||
Http.API = API;
|
||||
Http.Proxy = _settings.Proxy;
|
||||
|
||||
|
||||
await PluginManager.InitializePlugins(API);
|
||||
var window = new MainWindow(_settings, _mainVM);
|
||||
|
||||
|
|
@ -99,6 +99,8 @@ namespace Flow.Launcher
|
|||
AutoStartup();
|
||||
AutoUpdates();
|
||||
|
||||
API.SaveAppAllSettings();
|
||||
|
||||
_mainVM.MainWindowVisibility = _settings.HideOnStartup ? Visibility.Hidden : Visibility.Visible;
|
||||
Log.Info("|App.OnStartup|End Flow Launcher startup ---------------------------------------------------- ");
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue