mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-12 19:28:42 +00:00
register the execute plugin
This commit is contained in:
parent
7e12222d33
commit
a3d9b93480
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue