mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-07 17:04:58 -04:00
User interface improvements
This commit is contained in:
parent
abcf173cc8
commit
4461b706e9
4 changed files with 42 additions and 50 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue