Run in Portable mode checkbox removed from settings.kv
This commit is contained in:
parent
e386b8dd43
commit
5964444b58
|
@ -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:
|
||||||
|
|
Reference in New Issue
Block a user