mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
update the deluge.config dictionary with the new values
This commit is contained in:
parent
fd122db7b7
commit
698a5ff475
@ -191,6 +191,10 @@ Deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, {
|
||||
success: this.onSetConfig,
|
||||
scope: this
|
||||
});
|
||||
|
||||
for (var key in deluge.config) {
|
||||
deluge.config[key] = this.optionsManager.get(key);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user