Skip to content

Commit e3dbdae

Browse files
Jack251970Copilot
andauthored
Fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 4f39c0a commit e3dbdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ private async void OnLoaded(object sender, RoutedEventArgs _)
140140
_viewModel.Show();
141141
// When HideOnStartup is off and UseAnimation is on,
142142
// there was a bug where the clock would not appear at all on the initial launch
143-
// So we need to forcibly trigger animation here to ensure the clock visible
143+
// So we need to forcibly trigger animation here to ensure the clock is visible
144144
if (_settings.UseAnimation)
145145
{
146146
WindowAnimation();

0 commit comments

Comments
 (0)