Skip to content

Commit d8773b8

Browse files
authored
Merge pull request #840 from Flow-Launcher/disable_startup_default
Switch off the default launch on system start up
2 parents 5803cbe + bcb956a commit d8773b8

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
@@ -133,7 +133,7 @@ public string QuerySearchPrecisionString
133133
public bool DontPromptUpdateMsg { get; set; }
134134
public bool EnableUpdateLog { get; set; }
135135

136-
public bool StartFlowLauncherOnSystemStartup { get; set; } = true;
136+
public bool StartFlowLauncherOnSystemStartup { get; set; } = false;
137137
public bool HideOnStartup { get; set; }
138138
bool _hideNotifyIcon { get; set; }
139139
public bool HideNotifyIcon

0 commit comments

Comments
 (0)