mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 22:40:53 -04:00
Added settings item for notifications
This commit is contained in:
parent
7503737a96
commit
ca84ac7454
3 changed files with 33 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue