Don't render html in RoomDrawer heading

This commit is contained in:
Tobias Fella
2021-12-14 15:54:14 +01:00
parent 59430cce89
commit e551319245

View File

@@ -150,6 +150,7 @@ Kirigami.OverlayDrawer {
font.bold: true font.bold: true
wrapMode: Label.Wrap wrapMode: Label.Wrap
text: room ? room.displayName : i18n("No name") text: room ? room.displayName : i18n("No name")
textFormat: Text.PlainText
} }
Label { Label {
Layout.fillWidth: true Layout.fillWidth: true