added first

This commit is contained in:
janis
2022-10-24 17:36:57 +02:00
parent 16995f6693
commit c0054df4f7
18 changed files with 155 additions and 14 deletions

View File

@@ -0,0 +1,17 @@
LoginWindow:
name: "Login"
md_bg_color: app.theme_cls.accent_color
GridLayout:
cols: 1
Label:
text: "Welcome to the MusicPlayer Showcase Screen!"
font_size: 27
color: (0, 0, 0, 1)
Label:
text: "Server is currently not running! Please start it by clicking start server!"
id: statusbar
color: (0, 0, 0, 1)
Button:
text: "Start Server"
on_release:
root.startserver()