mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
disable the options tab in the add window (will complete post release)
This commit is contained in:
parent
2156d1f6f6
commit
26b4f4020b
2 changed files with 2 additions and 1 deletions
|
@ -203,6 +203,7 @@ Ext.deluge.add.OptionsPanel = Ext.extend(Ext.TabPanel, {
|
||||||
}));
|
}));
|
||||||
|
|
||||||
this.form.on('render', this.onFormRender, this);
|
this.form.on('render', this.onFormRender, this);
|
||||||
|
this.form.disable();
|
||||||
},
|
},
|
||||||
|
|
||||||
onFormRender: function(form) {
|
onFormRender: function(form) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue