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 5803cbe commit bcb956aCopy full SHA for bcb956a
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -133,7 +133,7 @@ public string QuerySearchPrecisionString
133
public bool DontPromptUpdateMsg { get; set; }
134
public bool EnableUpdateLog { get; set; }
135
136
- public bool StartFlowLauncherOnSystemStartup { get; set; } = true;
+ public bool StartFlowLauncherOnSystemStartup { get; set; } = false;
137
public bool HideOnStartup { get; set; }
138
bool _hideNotifyIcon { get; set; }
139
public bool HideNotifyIcon
0 commit comments