mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
save setting after startup
This commit is contained in:
parent
19aa45df05
commit
bb9c7a1b84
2 changed files with 4 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 ---------------------------------------------------- ");
|
||||
});
|
||||
|
|
|
|||
1
Plugins/Flow.Launcher.Plugin.WindowsSettings
Submodule
1
Plugins/Flow.Launcher.Plugin.WindowsSettings
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit dd31f1a34a5034dfbf85a53a71b02034f63ce0ae
|
||||
Loading…
Reference in a new issue