Fix initials for avatar in UserInfo

This commit is contained in:
Tobias Fella
2024-09-02 10:34:39 +02:00
parent a98f6ac331
commit bb56f74622

View File

@@ -45,6 +45,7 @@ RowLayout {
text: i18n("Edit this account")
source: mediaId ? root.connection.makeMediaUrl("mxc://" + mediaId) : ""
name: root.connection.localUser.displayName
activeFocusOnTab: true