From b487b6b10cfdff450a280010800a227cec6141c4 Mon Sep 17 00:00:00 2001 From: Kevin Zhang <45326534+taooceros@users.noreply.github.com> Date: Sun, 19 Dec 2021 11:57:25 -0600 Subject: [PATCH] Update Flow.Launcher/ViewModel/MainViewModel.cs Co-authored-by: Jeremy Wu --- Flow.Launcher/ViewModel/MainViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index a86eb77e7..e97adc43d 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -746,7 +746,7 @@ namespace Flow.Launcher.ViewModel MainWindowVisibilityStatus = true; if(_settings.UseAnimation) - ((MainWindow)Application.Current.MainWindow)?.WindowAnimator(); + ((MainWindow)Application.Current.MainWindow).WindowAnimator(); MainWindowOpacity = 1; }