mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
[WebUI] Fix Interface page not saving with OK button
This commit is contained in:
parent
3b23f69786
commit
2984e2dc5d
1 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,10 @@ Deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, {
|
|||
}
|
||||
},
|
||||
|
||||
onOk: function() {
|
||||
this.onApply();
|
||||
},
|
||||
|
||||
onGotConfig: function(config) {
|
||||
this.optionsManager.set(config);
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue