Skip to content

Commit 102e7cb

Browse files
committed
Fix HideonStartup (#783)
1 parent fac8b76 commit 102e7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ public void Hide()
729729
{
730730
if (MainWindowVisibility != Visibility.Collapsed)
731731
{
732-
ToggleFlowLauncher();
732+
MainWindowVisibility = Visibility.Collapsed;
733733
}
734734
}
735735

0 commit comments

Comments
 (0)