From 56184920b4a5cce5721ebc5f1e1404eeae5eff96 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 (cherry picked from commit 3ab04583ae6144569c6558fe567afdcb2a92c90a) --- 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 f0222e1b3..6445732ec 100644 --- a/src/qml/Page/RoomList/RoomDelegate.qml +++ b/src/qml/Page/RoomList/RoomDelegate.qml @@ -65,6 +65,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