Skip to content

Commit 0a41072

Browse files
committed
Add animation option when showing the main window
1 parent 09723c2 commit 0a41072

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,12 @@ private async void OnLoaded(object sender, RoutedEventArgs _)
138138
else
139139
{
140140
_viewModel.Show();
141+
if (_settings.UseAnimation)
142+
{
143+
WindowAnimation();
144+
}
141145
}
142-
146+
143147
// Show notify icon when flowlauncher is hidden
144148
InitializeNotifyIcon();
145149

0 commit comments

Comments
 (0)