mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
fix label:set_global_options
This commit is contained in:
parent
cce3783c3f
commit
f247884e66
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue