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 18e4496 commit 4885d27Copy full SHA for 4885d27
src/GitExtensions.BundleBackuper/Plugin.cs
@@ -34,6 +34,7 @@ public class Plugin : GitPluginBase, IGitPluginForRepository, IFactory<GitUIComm
34
internal PluginSettings Configuration { get; private set; }
35
36
public Plugin()
37
+ : base(true)
38
{
39
Name = "Bundle Backuper";
40
Description = "Branch Bundle Backuping";
0 commit comments