Skip to content

Commit 4b8bd92

Browse files
authored
Merge pull request #3540 from Flow-Launcher/auto_start
Disable auto restart after plugin install by default
2 parents a88f65a + e961ffa commit 4b8bd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ internal class Settings
1010

1111
public bool WarnFromUnknownSource { get; set; } = true;
1212

13-
public bool AutoRestartAfterChanging { get; set; } = true;
13+
public bool AutoRestartAfterChanging { get; set; } = false;
1414
}
1515
}

0 commit comments

Comments
 (0)