Fix avatar in chatbar

This commit is contained in:
Tobias Fella
2024-07-06 16:22:03 +02:00
parent 319862b3d4
commit 4a5c012f05

View File

@@ -364,7 +364,7 @@ QQC2.Control {
ReplyPane { ReplyPane {
userName: _private.chatBarCache.relationUser.displayName userName: _private.chatBarCache.relationUser.displayName
userColor: _private.chatBarCache.relationUser.color userColor: _private.chatBarCache.relationUser.color
userAvatar: _private.chatBarCache.relationUser.avatarSource userAvatar: _private.chatBarCache.relationUser.avatarUrl
text: _private.chatBarCache.relationMessage text: _private.chatBarCache.relationMessage
onCancel: { onCancel: {