Added markdown rendering and message composing

This commit is contained in:
Mark Qvist 2025-01-20 14:25:58 +01:00
parent a90a451865
commit 84b214cb90
6 changed files with 102 additions and 12 deletions

View file

@ -1655,6 +1655,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: "Compose messages in markdown"
font_style: "H6"
MDSwitch:
id: settings_compose_in_markdown
pos_hint: {"center_y": 0.3}
disabled: False
active: False
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None