mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-02 11:36:14 -04:00
Added configuration option for ignoring messages with invalid stamps
This commit is contained in:
parent
c2881e70e9
commit
042726d27f
4 changed files with 45 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue