more ui stuff

This commit is contained in:
SpookyDervish
2025-10-30 07:53:19 +11:00
parent 4f23e7570c
commit f6cfc7c630
4 changed files with 27 additions and 6 deletions

View File

@@ -76,7 +76,8 @@ class Berry(App):
# yield Terminal(command="bash", id="terminal")
yield Footer()
yield PluginLoader()
if bool(int(self.config_handler.get("plugins", "enabled"))) == True:
yield PluginLoader()
def action_settings(self):
self.push_screen(SettingsScreen())