mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 12:04:10 +00:00
fix label:set_global_options
This commit is contained in:
parent
cce3783c3f
commit
f247884e66
@ -364,7 +364,7 @@ class Core(CorePluginBase):
|
||||
"""
|
||||
for key in ["hide_zero_hits", "gtk_alfa"]:
|
||||
if options.has_key(key):
|
||||
self.config.set(key, key)
|
||||
self.config.set(key, options[key])
|
||||
self.config.save()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user