Remove redundant animation

This commit is contained in:
Jack251970 2025-03-27 14:38:26 +08:00
parent b88057cbe5
commit 89c3cb1bbc
2 changed files with 1 additions and 5 deletions

View file

@ -761,7 +761,7 @@ namespace Flow.Launcher
_viewModel.ProgressBarVisibility = Visibility.Hidden;
}
public void WindowAnimation()
private void WindowAnimation()
{
_isArrowKeyPressed = true;

View file

@ -1478,10 +1478,6 @@ namespace Flow.Launcher.ViewModel
// 📌 Restore UI elements
//mainWindow.SearchIcon.Visibility = Visibility.Visible;
if (Settings.UseAnimation)
{
mainWindow.WindowAnimation();
}
}
}, DispatcherPriority.Render);