We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88057c commit 89c3cb1Copy full SHA for 89c3cb1
Flow.Launcher/MainWindow.xaml.cs
@@ -761,7 +761,7 @@ private void InitProgressbarAnimation()
761
_viewModel.ProgressBarVisibility = Visibility.Hidden;
762
}
763
764
- public void WindowAnimation()
+ private void WindowAnimation()
765
{
766
_isArrowKeyPressed = true;
767
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -1478,10 +1478,6 @@ await Application.Current.Dispatcher.InvokeAsync(() =>
1478
1479
// 📌 Restore UI elements
1480
//mainWindow.SearchIcon.Visibility = Visibility.Visible;
1481
- if (Settings.UseAnimation)
1482
- {
1483
- mainWindow.WindowAnimation();
1484
- }
1485
1486
}, DispatcherPriority.Render);
1487
0 commit comments