From 3ab04583ae6144569c6558fe567afdcb2a92c90a Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 7 Aug 2023 22:58:11 +0200 Subject: [PATCH] Force plain text in room delegate --- src/qml/Page/RoomList/RoomDelegate.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Page/RoomList/RoomDelegate.qml b/src/qml/Page/RoomList/RoomDelegate.qml index 2508e912e..02277fb56 100644 --- a/src/qml/Page/RoomList/RoomDelegate.qml +++ b/src/qml/Page/RoomList/RoomDelegate.qml @@ -67,6 +67,7 @@ Delegates.RoundedItemDelegate { text: root.displayName elide: Text.ElideRight font.weight: root.hasNotifications ? Font.Bold : Font.Normal + textFormat: Text.PlainText Layout.fillWidth: true Layout.alignment: subtitle.visible ? Qt.AlignLeft | Qt.AlignBottom : Qt.AlignLeft | Qt.AlignVCenter