mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Flow.Launcher/ViewModel/MainViewModel.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
parent
04c92b05ee
commit
b487b6b10c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue