Skip to content

Commit e961ffa

Browse files
committed
Disable auto restart after plugin install by default
1 parent a88f65a commit e961ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)