diff --git a/Flow.Launcher/SettingWindow.xaml.cs b/Flow.Launcher/SettingWindow.xaml.cs index 3b32215d5..054c60c8a 100644 --- a/Flow.Launcher/SettingWindow.xaml.cs +++ b/Flow.Launcher/SettingWindow.xaml.cs @@ -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; }