mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove redundant animation
This commit is contained in:
parent
b88057cbe5
commit
89c3cb1bbc
2 changed files with 1 additions and 5 deletions
|
|
@ -761,7 +761,7 @@ namespace Flow.Launcher
|
|||
_viewModel.ProgressBarVisibility = Visibility.Hidden;
|
||||
}
|
||||
|
||||
public void WindowAnimation()
|
||||
private void WindowAnimation()
|
||||
{
|
||||
_isArrowKeyPressed = true;
|
||||
|
||||
|
|
|
|||
|
|
@ -1478,10 +1478,6 @@ namespace Flow.Launcher.ViewModel
|
|||
|
||||
// 📌 Restore UI elements
|
||||
//mainWindow.SearchIcon.Visibility = Visibility.Visible;
|
||||
if (Settings.UseAnimation)
|
||||
{
|
||||
mainWindow.WindowAnimation();
|
||||
}
|
||||
}
|
||||
}, DispatcherPriority.Render);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue