Skip to content

Commit 2cc3a79

Browse files
committed
Merge
2 parents f77d450 + 8326ba9 commit 2cc3a79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,6 +732,14 @@ public void Hide()
732732
}
733733
}
734734

735+
public void Hide()
736+
{
737+
if (MainWindowVisibility != Visibility.Collapsed)
738+
{
739+
ToggleFlowLauncher();
740+
}
741+
}
742+
735743
#endregion
736744

737745
public void OnHotkey()

0 commit comments

Comments
 (0)