Skip to content

Commit bcb956a

Browse files
committed
switch off the default launch on system start up
1 parent 5803cbe commit bcb956a

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)