Skip to content

Commit 4885d27

Browse files
committed
#39 - Call base constructor from plugin to instruct GE that we have settings.
1 parent 18e4496 commit 4885d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitExtensions.BundleBackuper/Plugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public class Plugin : GitPluginBase, IGitPluginForRepository, IFactory<GitUIComm
3434
internal PluginSettings Configuration { get; private set; }
3535

3636
public Plugin()
37+
: base(true)
3738
{
3839
Name = "Bundle Backuper";
3940
Description = "Branch Bundle Backuping";

0 commit comments

Comments
 (0)