mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-21 00:40:26 +00:00
fix setting the add options in the mom
This commit is contained in:
parent
3f1d769ffc
commit
da2a7ef138
@ -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…
x
Reference in New Issue
Block a user