Skip to content

Commit 8f1a9bf

Browse files
committed
Remove Save in OnDeactivated
1 parent 7a0ef5c commit 8f1a9bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ private async void OnContextMenusForSettingsClick(object sender, RoutedEventArgs
316316

317317
private async void OnDeactivated(object sender, EventArgs e)
318318
{
319-
_viewModel.Save();
320319
// need time to initialize the main query window animation
321320
if (_settings.UseAnimation)
322321
await Task.Delay(100);

0 commit comments

Comments
 (0)