mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 03:36:16 +00:00
disable the options tab in the add window (will complete post release)
This commit is contained in:
parent
2156d1f6f6
commit
26b4f4020b
@ -203,6 +203,7 @@ Ext.deluge.add.OptionsPanel = Ext.extend(Ext.TabPanel, {
|
||||
}));
|
||||
|
||||
this.form.on('render', this.onFormRender, this);
|
||||
this.form.disable();
|
||||
},
|
||||
|
||||
onFormRender: function(form) {
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user