Added settings item for notifications

This commit is contained in:
Mark Qvist 2022-10-09 00:30:58 +02:00
parent 7503737a96
commit ca84ac7454
3 changed files with 33 additions and 8 deletions

View file

@ -840,6 +840,21 @@ MDNavigationLayout:
height: self.minimum_height
padding: [dp(28), dp(16), dp(28), dp(16)]
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None
padding: [0,0,dp(24),dp(0)]
height: dp(48)
MDLabel:
text: "Notifications"
font_style: "H6"
MDSwitch:
id: settings_notifications_on
pos_hint: {"center_y": 0.3}
active: True
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None