Skip to content

Commit 6bfebe9

Browse files
committed
Revert a test change
1 parent 4eb36c8 commit 6bfebe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ await Stopwatch.NormalAsync("|App.OnStartup|Startup cost", async () =>
101101

102102
API.SaveAppAllSettings();
103103

104-
_mainVM.MainWindowVisibility = _settings.HideOnStartup ? Visibility.Collapsed : Visibility.Visible;
104+
_mainVM.MainWindowVisibility = _settings.HideOnStartup ? Visibility.Hidden : Visibility.Visible;
105105
Log.Info("|App.OnStartup|End Flow Launcher startup ---------------------------------------------------- ");
106106
});
107107
}

0 commit comments

Comments
 (0)