Show user display names as plaintext in InviteUserPage

This commit is contained in:
Tobias Fella
2024-01-06 17:33:39 +01:00
parent a0bafe53a0
commit 5be15ffa6a

View File

@@ -92,6 +92,7 @@ Kirigami.ScrollablePage {
Delegates.SubtitleContentItem {
itemDelegate: delegate
subtitle: delegate.userID
labelItem.textFormat: Text.PlainText
}
QQC2.ToolButton {