mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert a test change
This commit is contained in:
parent
4eb36c8ba3
commit
6bfebe9fbd
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ namespace Flow.Launcher
|
||||||
|
|
||||||
API.SaveAppAllSettings();
|
API.SaveAppAllSettings();
|
||||||
|
|
||||||
_mainVM.MainWindowVisibility = _settings.HideOnStartup ? Visibility.Collapsed : Visibility.Visible;
|
_mainVM.MainWindowVisibility = _settings.HideOnStartup ? Visibility.Hidden : Visibility.Visible;
|
||||||
Log.Info("|App.OnStartup|End Flow Launcher startup ---------------------------------------------------- ");
|
Log.Info("|App.OnStartup|End Flow Launcher startup ---------------------------------------------------- ");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue