Adjust blank lines

This commit is contained in:
Jack251970 2025-03-28 13:50:36 +08:00
parent de5803482c
commit 589fefce3c

View file

@ -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)