diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 82afdc2b2..7ecafbf76 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -316,7 +316,6 @@ namespace Flow.Launcher private async void OnDeactivated(object sender, EventArgs e) { - _viewModel.Save(); // need time to initialize the main query window animation if (_settings.UseAnimation) await Task.Delay(100);