From 4f39c0a340cef85e63c8af623e578d3118ea2279 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Fri, 25 Apr 2025 16:32:23 +0800 Subject: [PATCH] Add code comments --- Flow.Launcher/MainWindow.xaml.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index f7e7173e1..493c9699b 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -138,6 +138,9 @@ namespace Flow.Launcher else { _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 if (_settings.UseAnimation) { WindowAnimation();