We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de58034 commit 589fefcCopy full SHA for 589fefc
Flow.Launcher/MainWindow.xaml.cs
@@ -948,6 +948,7 @@ private void UpdateClockPanelVisibility()
948
949
ClockPanel.BeginAnimation(OpacityProperty, fadeOut);
950
}
951
+
952
// ✅ 4. When showing ClockPanel (apply fade-in animation)
953
else if (shouldShowClock && ClockPanel.Visibility != Visibility.Visible && !_isClockPanelAnimating)
954
{
@@ -971,7 +972,6 @@ private void UpdateClockPanelVisibility()
971
972
973
974
-
975
private static double GetOpacityFromStyle(Style style, double defaultOpacity = 1.0)
976
977
if (style == null)
0 commit comments