diff --git a/Flow.Launcher/MainWindow.xaml.cs b/Flow.Launcher/MainWindow.xaml.cs index a44b3a305..9eb1271ec 100644 --- a/Flow.Launcher/MainWindow.xaml.cs +++ b/Flow.Launcher/MainWindow.xaml.cs @@ -948,6 +948,7 @@ namespace Flow.Launcher ClockPanel.BeginAnimation(OpacityProperty, fadeOut); } + // ✅ 4. When showing ClockPanel (apply fade-in animation) else if (shouldShowClock && ClockPanel.Visibility != Visibility.Visible && !_isClockPanelAnimating) { @@ -971,7 +972,6 @@ namespace Flow.Launcher } } - private static double GetOpacityFromStyle(Style style, double defaultOpacity = 1.0) { if (style == null)