mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +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,
|
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…
Add table
Add a link
Reference in a new issue