From 319862b3d4163aa035d0bacb661557625253abd8 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 6 Jul 2024 16:20:16 +0200 Subject: [PATCH] Fix avatars in full window image view --- src/qml/NeochatMaximizeComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/NeochatMaximizeComponent.qml b/src/qml/NeochatMaximizeComponent.qml index becaa7f92..4fe726ff2 100644 --- a/src/qml/NeochatMaximizeComponent.qml +++ b/src/qml/NeochatMaximizeComponent.qml @@ -76,7 +76,7 @@ Components.AlbumMaximizeComponent { implicitHeight: Kirigami.Units.iconSizes.medium name: root.currentAuthor.name ?? root.currentAuthor.displayName - source: root.currentAuthor.avatarSource + source: root.currentAuthor.avatarUrl color: root.currentAuthor.color } ColumnLayout {