User interface improvements

This commit is contained in:
Mark Qvist 2022-10-02 17:17:55 +02:00
parent abcf173cc8
commit 4461b706e9
4 changed files with 42 additions and 50 deletions

View file

@ -139,6 +139,8 @@ class SidebandApp(MDApp):
#################################################
def update_ui_theme(self):
self.theme_cls.material_style = "M3"
self.theme_cls.widget_style = "android"
if self.sideband.config["dark_ui"]:
self.theme_cls.theme_style = "Dark"
else: