Show advanced now ignores itself.
Honestly, how did this ever work?
This commit is contained in:
parent
5688fef47d
commit
d247707c11
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ class GeneralConfig(OptionFrame):
|
|||
)
|
||||
self.add_bool_option("show_advanced", "Show Advanced Options", config["show_advanced"])
|
||||
|
||||
self.simple_options = ["server", "room", "secret"]
|
||||
self.simple_options = ["server", "room", "secret", "show_advanced"]
|
||||
|
||||
if not config["show_advanced"]:
|
||||
for option in self.option_names.difference(self.simple_options):
|
||||
|
|
Loading…
Add table
Reference in a new issue