mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Don't save minimized state
This commit is contained in:
parent
9d91efc197
commit
121084f4c1
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ public partial class SettingWindow
|
|||
private void Window_StateChanged(object sender, EventArgs e)
|
||||
{
|
||||
RefreshMaximizeRestoreButton();
|
||||
if (IsLoaded)
|
||||
if (IsLoaded && WindowState != WindowState.Minimized)
|
||||
{
|
||||
_settings.SettingWindowState = WindowState;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue