Skip to content

Commit b487b6b

Browse files
taoocerosjjw24
andauthored
Update Flow.Launcher/ViewModel/MainViewModel.cs
Co-authored-by: Jeremy Wu <[email protected]>
1 parent 04c92b0 commit b487b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ public void Show()
746746
MainWindowVisibilityStatus = true;
747747

748748
if(_settings.UseAnimation)
749-
((MainWindow)Application.Current.MainWindow)?.WindowAnimator();
749+
((MainWindow)Application.Current.MainWindow).WindowAnimator();
750750

751751
MainWindowOpacity = 1;
752752
}

0 commit comments

Comments
 (0)