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