mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-30 18:18:40 -04:00
Added option to enable debug logging
This commit is contained in:
parent
3e0d2bee8b
commit
0abf26d60c
4 changed files with 43 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue