mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +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) {
|
onGotConfig: function(config) {
|
||||||
this.optionsManager.set(config);
|
this.optionsManager.set(config);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue