Skip to content
Snippets Groups Projects
Commit 45b6880c authored by Christoph Stahl's avatar Christoph Stahl
Browse files

Removed extra "show advanced" box

parent 806d2676
No related branches found
No related tags found
No related merge requests found
Pipeline #286222 passed
...@@ -504,9 +504,9 @@ class GeneralConfig(OptionFrame): ...@@ -504,9 +504,9 @@ class GeneralConfig(OptionFrame):
["debug", "info", "warning", "error", "critical"], ["debug", "info", "warning", "error", "critical"],
config["log_level"], 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"]: if not config["show_advanced"]:
for option in self.option_names.difference(self.simple_options): for option in self.option_names.difference(self.simple_options):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment