mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add animation option when showing the main window
This commit is contained in:
parent
09723c2750
commit
0a41072f33
1 changed files with 5 additions and 1 deletions
|
|
@ -138,8 +138,12 @@ namespace Flow.Launcher
|
|||
else
|
||||
{
|
||||
_viewModel.Show();
|
||||
if (_settings.UseAnimation)
|
||||
{
|
||||
WindowAnimation();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Show notify icon when flowlauncher is hidden
|
||||
InitializeNotifyIcon();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue