diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index bf7a45b1d..ee84dfeb4 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -138,8 +138,12 @@ namespace Flow.Launcher else { _viewModel.Show(); + if (_settings.UseAnimation) + { + WindowAnimation(); + } } - + // Show notify icon when flowlauncher is hidden InitializeNotifyIcon();