[WebUI] Fix Interface page not saving with OK button
This commit is contained in:
parent
3b23f69786
commit
2984e2dc5d
@ -178,6 +178,10 @@ Deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, {
|
||||
}
|
||||
},
|
||||
|
||||
onOk: function() {
|
||||
this.onApply();
|
||||
},
|
||||
|
||||
onGotConfig: function(config) {
|
||||
this.optionsManager.set(config);
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user