Skip to content

Commit f3c0c33

Browse files
committed
Change Default HideOnStartup to true
1 parent af2fae5 commit f3c0c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public string QuerySearchPrecisionString
135135
public bool EnableUpdateLog { get; set; }
136136

137137
public bool StartFlowLauncherOnSystemStartup { get; set; } = false;
138-
public bool HideOnStartup { get; set; }
138+
public bool HideOnStartup { get; set; } = true;
139139
bool _hideNotifyIcon { get; set; }
140140
public bool HideNotifyIcon
141141
{

0 commit comments

Comments
 (0)