Added ability to allow transfers of LXMs larger than 1 megabyte

This commit is contained in:
Mark Qvist 2024-03-19 11:56:21 +01:00
parent b87b80f152
commit bfcff07025
4 changed files with 34 additions and 2 deletions

View file

@ -1372,6 +1372,22 @@ MDScreen:
disabled: False
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None
padding: [0,0,dp(24),dp(0)]
height: dp(48)
MDLabel:
text: "Limit incoming messages to 1MB"
font_style: "H6"
MDSwitch:
id: settings_lxm_limit_1mb
pos_hint: {"center_y": 0.3}
disabled: False
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None