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.
AutoRestartAfterChanging
true
1 parent 0660c4c commit c8753b2Copy full SHA for c8753b2
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