Skip to content

Commit 589fefc

Browse files
committed
Adjust blank lines
1 parent de58034 commit 589fefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ private void UpdateClockPanelVisibility()
948948

949949
ClockPanel.BeginAnimation(OpacityProperty, fadeOut);
950950
}
951+
951952
// ✅ 4. When showing ClockPanel (apply fade-in animation)
952953
else if (shouldShowClock && ClockPanel.Visibility != Visibility.Visible && !_isClockPanelAnimating)
953954
{
@@ -971,7 +972,6 @@ private void UpdateClockPanelVisibility()
971972
}
972973
}
973974

974-
975975
private static double GetOpacityFromStyle(Style style, double defaultOpacity = 1.0)
976976
{
977977
if (style == null)

0 commit comments

Comments
 (0)