added logger and set up settings screen

This commit is contained in:
janis
2022-05-16 17:01:13 +02:00
parent 43341fcc87
commit 355b368b31
6 changed files with 76 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
ConfigureScreen:
name: "Settings"
GridLayout:
cols: 1
Button:
text: "back"
on_release:
app.root.current = "HomeScreen"