Force plain text in room delegate

This commit is contained in:
Tobias Fella
2023-08-07 22:58:11 +02:00
parent 794683b5d2
commit 3ab04583ae

View File

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