disable the options tab in the add window (will complete post release)

This commit is contained in:
Damien Churchill 2009-07-12 23:33:34 +00:00
parent 2156d1f6f6
commit 26b4f4020b
2 changed files with 2 additions and 1 deletions

View File

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