We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88f65a commit e961ffaCopy full SHA for e961ffa
Plugins/Flow.Launcher.Plugin.PluginsManager/Settings.cs
@@ -10,6 +10,6 @@ internal class Settings
10
11
public bool WarnFromUnknownSource { get; set; } = true;
12
13
- public bool AutoRestartAfterChanging { get; set; } = true;
+ public bool AutoRestartAfterChanging { get; set; } = false;
14
}
15
0 commit comments