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 a88f65a + e961ffa commit 4b8bd92Copy full SHA for 4b8bd92
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