From 8f1a9bfa944e03cf6183b4428d6eddb04ec3a32e Mon Sep 17 00:00:00 2001 From: DB p Date: Fri, 19 Nov 2021 19:34:49 +0900 Subject: [PATCH] Remove Save in OnDeactivated --- Flow.Launcher/MainWindow.xaml.cs | 1 - 1 file changed, 1 deletion(-) 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);