mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 03:36:16 +00:00
[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