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.
1 parent fbff15f commit b874c95Copy full SHA for b874c95
src/GitExtensions.PluginManager/Plugin.cs
@@ -72,7 +72,7 @@ public override bool Execute(GitUIEventArgs gitUiCommands)
72
Application.Exit();
73
}
74
75
- return true;
+ return false;
76
77
78
private void CloseAllOtherInstances()
0 commit comments