[WebUi] Fixed Install Plugin window creation

This commit is contained in:
DjLegolas 2018-06-12 03:50:30 +03:00
parent e7eb26416e
commit 7a3b164060

View File

@ -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({