Run in Portable mode checkbox removed from settings.kv

This commit is contained in:
osamacis 2022-11-18 15:19:40 +05:30
parent e386b8dd43
commit 5964444b58
No known key found for this signature in database
GPG Key ID: 15F978BEFADAB9E1

View File

@ -92,7 +92,6 @@
BoxLayout: BoxLayout:
size_hint_y: None size_hint_y: None
orientation: 'vertical' orientation: 'vertical'
height: dp(100) + self.minimum_height
BoxLayout: BoxLayout:
orientation: 'horizontal' orientation: 'horizontal'
MDCheckbox: MDCheckbox:
@ -106,7 +105,6 @@
theme_text_color: 'Primary' theme_text_color: 'Primary'
text: app.tr._("Hide connection notifications") text: app.tr._("Hide connection notifications")
halign: 'left' halign: 'left'
pos_hint: {'x': 0, 'y': 0.2}
BoxLayout: BoxLayout:
orientation: 'horizontal' orientation: 'horizontal'
MDCheckbox: MDCheckbox:
@ -120,21 +118,7 @@
theme_text_color: 'Primary' theme_text_color: 'Primary'
text: app.tr._("Show notification when message received") text: app.tr._("Show notification when message received")
halign: 'left' halign: 'left'
pos_hint: {'x': 0, 'y': 0.2}
BoxLayout:
orientation: 'horizontal'
MDCheckbox:
id: chkbox
size_hint: None, None
size: dp(48), dp(50)
# active: True
halign: 'center'
MDLabel:
font_style: 'Body1'
theme_text_color: 'Primary'
text: app.tr._("Run in Portable Mode")
halign: 'left'
pos_hint: {'x': 0, 'y': 0.2}
BoxLayout: BoxLayout:
orientation: 'vertical' orientation: 'vertical'
MDLabel: MDLabel: