mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust blank lines
This commit is contained in:
parent
de5803482c
commit
589fefce3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue