Add animation option when showing the main window

This commit is contained in:
DB p 2025-04-22 11:21:11 +09:00
parent 09723c2750
commit 0a41072f33

View file

@ -138,8 +138,12 @@ namespace Flow.Launcher
else
{
_viewModel.Show();
if (_settings.UseAnimation)
{
WindowAnimation();
}
}
// Show notify icon when flowlauncher is hidden
InitializeNotifyIcon();