Force plain text in room delegate

(cherry picked from commit 3ab04583ae)
This commit is contained in:
Tobias Fella
2023-08-07 22:58:11 +02:00
committed by Carl Schwan
parent b61685b151
commit 56184920b4

View File

@@ -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