Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Flow.Launcher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ private async void OnLoaded(object sender, RoutedEventArgs _)
else
{
_viewModel.Show();
if (_settings.UseAnimation)
{
WindowAnimation();
}
}

// Initialize context menu & notify icon
Expand Down
Loading