Removed extra "show advanced" box
This commit is contained in:
parent
806d26767b
commit
45b6880c9e
1 changed files with 2 additions and 2 deletions
|
@ -504,9 +504,9 @@ class GeneralConfig(OptionFrame):
|
|||
["debug", "info", "warning", "error", "critical"],
|
||||
config["log_level"],
|
||||
)
|
||||
self.add_bool_option("show_advanced", "Show Advanced Options", config["show_advanced"])
|
||||
# self.add_bool_option("show_advanced", "Show Advanced Options", config["show_advanced"])
|
||||
|
||||
self.simple_options = ["server", "room", "secret", "show_advanced"]
|
||||
self.simple_options = ["server", "room", "secret"]
|
||||
|
||||
if not config["show_advanced"]:
|
||||
for option in self.option_names.difference(self.simple_options):
|
||||
|
|
Loading…
Add table
Reference in a new issue