Skip to content

Commit b874c95

Browse files
authored
Prevent revision grid refresh when launching the Plugin Manager
1 parent fbff15f commit b874c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitExtensions.PluginManager/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public override bool Execute(GitUIEventArgs gitUiCommands)
7272
Application.Exit();
7373
}
7474

75-
return true;
75+
return false;
7676
}
7777

7878
private void CloseAllOtherInstances()

0 commit comments

Comments
 (0)