fixed fullscreen on display app

This commit is contained in:
janis
2022-10-30 19:35:56 +01:00
parent fd61a38d45
commit 5e431ff82d
2 changed files with 1 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ class Com:
except Exception:
return False
if self.x.text == "True":
return True
return 'auto'
else:
return False

View File

@@ -91,5 +91,4 @@ class MusicPlayerShowcaseScreen(MDApp):
screen_manager.add_widget(Builder.load_file('./ui/showcase.kv'))
return screen_manager
MusicPlayerShowcaseScreen().run()