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"]:
|
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…
x
Reference in New Issue
Block a user