Use Plaintext for user displaynames in startchatpage

This commit is contained in:
Tobias Fella
2024-01-06 17:31:57 +01:00
parent 1a39ce9585
commit a0bafe53a0

View File

@@ -84,6 +84,7 @@ Kirigami.ScrollablePage {
itemDelegate: delegate
subtitle: delegate.userID
Layout.fillWidth: true
labelItem.textFormat: Text.PlainText
}
QQC2.Button {