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 f2c25d0 + c8753b2 commit 2c39cf7Copy full SHA for 2c39cf7
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; } = false;
+ public bool AutoRestartAfterChanging { get; set; } = true;
14
}
15
0 commit comments