register the execute plugin
This commit is contained in:
parent
7e12222d33
commit
a3d9b93480
|
@ -111,3 +111,4 @@ Deluge.plugins.ExecutePlugin = Ext.extend(Deluge.Plugin, {
|
|||
this.prefsPage = deluge.preferences.addPage(new Deluge.ux.preferences.ExecutePage());
|
||||
}
|
||||
});
|
||||
Deluge.registerPlugin('Execute', Deluge.plugins.ExecutePlugin);
|
||||
|
|
Loading…
Reference in New Issue