This commit is contained in:
Tobias Fella
2021-09-11 16:37:42 +02:00
parent f5853dd1f7
commit c1ee480823

View File

@@ -74,7 +74,7 @@ Kirigami.OverlaySheet {
elide: Text.ElideRight
wrapMode: Text.NoWrap
text: displayName
text: room.htmlSafeMemberName(user.id)
}
QQC2.Label {