We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2fae5 commit f3c0c33Copy full SHA for f3c0c33
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -135,7 +135,7 @@ public string QuerySearchPrecisionString
135
public bool EnableUpdateLog { get; set; }
136
137
public bool StartFlowLauncherOnSystemStartup { get; set; } = false;
138
- public bool HideOnStartup { get; set; }
+ public bool HideOnStartup { get; set; } = true;
139
bool _hideNotifyIcon { get; set; }
140
public bool HideNotifyIcon
141
{
0 commit comments