mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-07 23:53:12 +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,
|
plain: true,
|
||||||
|
|
||||||
initComponent: function() {
|
initComponent: function() {
|
||||||
Deluge.add.FileWindow.superclass.initComponent.call(this);
|
Deluge.preferences.InstallPluginWindow.superclass.initComponent.call(this);
|
||||||
this.addButton(_('Install'), this.onInstall, this);
|
this.addButton(_('Install'), this.onInstall, this);
|
||||||
|
|
||||||
this.form = this.add({
|
this.form = this.add({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user