Fix showing avatar image in HiddenDelegate

This commit is contained in:
Tobias Fella
2024-06-29 18:16:23 +02:00
parent 04696b27eb
commit b3bd6ee176

View File

@@ -47,7 +47,7 @@ TimelineDelegate {
implicitHeight: Kirigami.Units.iconSizes.small
name: root.author.displayName
source: root.author.avatarSource
source: root.author.avatarUrl
color: root.author.color
}
QQC2.Label {