[Scheduler] Revert erroneous fix backported from develop branch
* The issue this was intended to fix only occurs on develop branch
This commit is contained in:
parent
1b974d1061
commit
cdf301601f
|
@ -127,7 +127,7 @@ class Core(CorePluginBase):
|
||||||
"""
|
"""
|
||||||
core_config = deluge.configmanager.ConfigManager("core.conf")
|
core_config = deluge.configmanager.ConfigManager("core.conf")
|
||||||
for setting in CONTROLLED_SETTINGS:
|
for setting in CONTROLLED_SETTINGS:
|
||||||
component.get("PreferencesManager").do_config_set_func(setting, core_config[setting])
|
core_config.apply_set_functions(setting)
|
||||||
# Resume the session if necessary
|
# Resume the session if necessary
|
||||||
component.get("Core").session.resume()
|
component.get("Core").session.resume()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue