Fix avatar in state delegates

This commit is contained in:
Tobias Fella
2024-07-06 16:16:44 +02:00
parent 13b15390c3
commit 9db162d0fc

View File

@@ -46,7 +46,7 @@ RowLayout {
Layout.preferredWidth: Kirigami.Units.iconSizes.small
Layout.preferredHeight: Kirigami.Units.iconSizes.small
source: root.author?.avatarSource ?? ""
source: root.author?.avatarUrl ?? ""
name: root.author?.displayName ?? ""
color: root.author?.color ?? undefined