diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 1736b3f25..e22be38e3 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -355,7 +355,7 @@ namespace Flow.Launcher private async void OnDeactivated(object sender, EventArgs e) { - if (_settings.HideWhenDeactive) + if (_settings.HideWhenDeactive && _viewModel.MainWindowVisibility != Visibility.Collapsed) { await Task.Delay(50); _viewModel.Hide();