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.
2 parents 5803cbe + bcb956a commit d8773b8Copy full SHA for d8773b8
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