mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-30 18:18:40 -04:00
Added e-ink display mode
This commit is contained in:
parent
a4ecfb12b9
commit
5e8ed17bb3
3 changed files with 47 additions and 6 deletions
|
@ -1100,7 +1100,7 @@ MDNavigationLayout:
|
|||
height: dp(48)
|
||||
|
||||
MDLabel:
|
||||
text: "Dark Mode UI"
|
||||
text: "Dark Mode"
|
||||
font_style: "H6"
|
||||
|
||||
MDSwitch:
|
||||
|
@ -1108,6 +1108,21 @@ MDNavigationLayout:
|
|||
pos_hint: {"center_y": 0.3}
|
||||
active: False
|
||||
|
||||
MDBoxLayout:
|
||||
orientation: "horizontal"
|
||||
size_hint_y: None
|
||||
padding: [0,0,dp(24),dp(0)]
|
||||
height: dp(48)
|
||||
|
||||
MDLabel:
|
||||
text: "E-Ink Mode"
|
||||
font_style: "H6"
|
||||
|
||||
MDSwitch:
|
||||
id: settings_eink_mode
|
||||
pos_hint: {"center_y": 0.3}
|
||||
active: False
|
||||
|
||||
MDBoxLayout:
|
||||
orientation: "horizontal"
|
||||
size_hint_y: None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue