mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-03 07:03:39 +00:00
[WebUi] Fixed Install Plugin window creation
This commit is contained in:
parent
e7eb26416e
commit
7a3b164060
@ -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…
x
Reference in New Issue
Block a user