removed default plugin and made a tiny change to the ui
This commit is contained in:
@@ -144,7 +144,7 @@ class SettingsScreen(ModalScreen):
|
||||
yield Input(value=self.app.config_handler.get("plugins", "log_timeout"), id="log-timeout", type="integer")
|
||||
|
||||
yield Static("Plugin-defined Settings", classes="thingy")
|
||||
yield Rule(line_style="thick")
|
||||
yield Rule(line_style="double")
|
||||
|
||||
for plugin_section, plugin_settings in self.app.config_handler.plugin_defined_settings.items():
|
||||
yield Static(f"{plugin_section}", classes="thingy")
|
||||
|
||||
Reference in New Issue
Block a user