mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 14:26:24 +00:00
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());
|
this.prefsPage = deluge.preferences.addPage(new Deluge.ux.preferences.ExecutePage());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Deluge.registerPlugin('Execute', Deluge.plugins.ExecutePlugin);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user