From e3dbdaef15b9a53bca6cce994cb2f5e01ddceed3 Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Fri, 25 Apr 2025 16:34:32 +0800 Subject: [PATCH] Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher/MainWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index 493c9699b..10aff050e 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -140,7 +140,7 @@ namespace Flow.Launcher _viewModel.Show(); // When HideOnStartup is off and UseAnimation is on, // there was a bug where the clock would not appear at all on the initial launch - // So we need to forcibly trigger animation here to ensure the clock visible + // So we need to forcibly trigger animation here to ensure the clock is visible if (_settings.UseAnimation) { WindowAnimation();