mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
[WebUi] Fixed Install Plugin window creation
This commit is contained in:
parent
e7eb26416e
commit
7a3b164060
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Deluge.preferences.InstallPluginWindow = Ext.extend(Ext.Window, {
|
|||
plain: true,
|
||||
|
||||
initComponent: function() {
|
||||
Deluge.add.FileWindow.superclass.initComponent.call(this);
|
||||
Deluge.preferences.InstallPluginWindow.superclass.initComponent.call(this);
|
||||
this.addButton(_('Install'), this.onInstall, this);
|
||||
|
||||
this.form = this.add({
|
||||
|
|
Loading…
Add table
Reference in a new issue