Don't render html in RoomDrawer heading
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user