Added option to enable debug logging

This commit is contained in:
Mark Qvist 2022-12-19 02:06:41 +01:00
parent 3e0d2bee8b
commit 0abf26d60c
4 changed files with 43 additions and 2 deletions

View file

@ -1085,7 +1085,7 @@ MDNavigationLayout:
height: dp(48)
MDLabel:
text: "Announce At App Startup"
text: "Announce Automatically"
font_style: "H6"
MDSwitch:
@ -1189,6 +1189,22 @@ MDNavigationLayout:
disabled: True
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None
padding: [0,0,dp(24),dp(0)]
height: dp(48)
MDLabel:
text: "Debug Logging"
font_style: "H6"
MDSwitch:
id: settings_debug
pos_hint: {"center_y": 0.3}
disabled: False
active: False
MDScreen:
name: "hardware_screen"