mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-11 07:50:31 -04:00
Added ability to allow transfers of LXMs larger than 1 megabyte
This commit is contained in:
parent
b87b80f152
commit
bfcff07025
4 changed files with 34 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue