From bb56f74622764ff53532e13d68f1e336f26e2fad Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 2 Sep 2024 10:34:39 +0200 Subject: [PATCH] Fix initials for avatar in UserInfo --- src/qml/UserInfo.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/UserInfo.qml b/src/qml/UserInfo.qml index c6f152f6c..e7a5dfb1b 100644 --- a/src/qml/UserInfo.qml +++ b/src/qml/UserInfo.qml @@ -45,6 +45,7 @@ RowLayout { text: i18n("Edit this account") source: mediaId ? root.connection.makeMediaUrl("mxc://" + mediaId) : "" + name: root.connection.localUser.displayName activeFocusOnTab: true