mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
update the deluge.config dictionary with the new values
This commit is contained in:
parent
fd122db7b7
commit
698a5ff475
1 changed files with 4 additions and 0 deletions
|
@ -191,6 +191,10 @@ Deluge.preferences.Interface = Ext.extend(Ext.form.FormPanel, {
|
||||||
success: this.onSetConfig,
|
success: this.onSetConfig,
|
||||||
scope: this
|
scope: this
|
||||||
});
|
});
|
||||||
|
|
||||||
|
for (var key in deluge.config) {
|
||||||
|
deluge.config[key] = this.optionsManager.get(key);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue