mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +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"]:
|
for key in ["hide_zero_hits", "gtk_alfa"]:
|
||||||
if options.has_key(key):
|
if options.has_key(key):
|
||||||
self.config.set(key, key)
|
self.config.set(key, options[key])
|
||||||
self.config.save()
|
self.config.save()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue