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…
Reference in New Issue