Added configuration option for ignoring messages with invalid stamps

This commit is contained in:
Mark Qvist 2024-09-11 02:05:55 +02:00
parent c2881e70e9
commit 042726d27f
4 changed files with 45 additions and 4 deletions

View file

@ -1611,7 +1611,7 @@ MDScreen:
MDLabel:
id: settings_lxmf_require_stamps_label
text: "Require stamps for inbound messages"
text: "Require stamps for incoming"
font_style: "H6"
MDSwitch:
@ -1635,6 +1635,22 @@ MDScreen:
sensitivity: "all"
hint: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None
padding: [0,0,dp(24),dp(0)]
height: dp(48)
MDLabel:
text: "Ignore messages with invalid stamps"
font_style: "H6"
MDSwitch:
id: settings_ignore_invalid_stamps
pos_hint: {"center_y": 0.3}
disabled: False
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None