mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +00:00
fix setting the add options in the mom
This commit is contained in:
parent
b9ae412d06
commit
33301b3433
1 changed files with 515 additions and 515 deletions
|
@ -251,7 +251,7 @@ Ext.deluge.add.OptionsPanel = Ext.extend(Ext.TabPanel, {
|
||||||
Deluge.Client.core.get_config_values(keys, {
|
Deluge.Client.core.get_config_values(keys, {
|
||||||
success: function(config) {
|
success: function(config) {
|
||||||
config['file_priorities'] = [];
|
config['file_priorities'] = [];
|
||||||
this.optionsManager.defaults = config;
|
this.optionsManager.options = config;
|
||||||
},
|
},
|
||||||
scope: this
|
scope: this
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue