[WebUI] Fix Interface page not saving with OK button

This commit is contained in:
Calum Lind 2016-04-25 10:39:08 +01:00
parent 3b23f69786
commit 2984e2dc5d
1 changed files with 4 additions and 0 deletions

View File

@ -178,6 +178,10 @@ Deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, {
}
},
onOk: function() {
this.onApply();
},
onGotConfig: function(config) {
this.optionsManager.set(config);
},