Fix text formatting
This commit is contained in:
@@ -49,6 +49,7 @@ Kirigami.Page {
|
|||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
|
|
||||||
text: model.user.displayName
|
text: model.user.displayName
|
||||||
|
labelItem.textFormat: Text.PlainText
|
||||||
subtitle: model.user.id
|
subtitle: model.user.id
|
||||||
icon: model.user.avatarMediaId ? ("image://mxc/" + model.user.avatarMediaId) : "im-user"
|
icon: model.user.avatarMediaId ? ("image://mxc/" + model.user.avatarMediaId) : "im-user"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user