mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 22:36:24 +00:00
fix(@desktop/timeline): profile picture is not updated in timeline
This commit is contained in:
parent
fc6143035f
commit
0ef1dee5ce
@ -833,7 +833,7 @@ Rectangle {
|
|||||||
|
|
||||||
StatusImageIdenticon {
|
StatusImageIdenticon {
|
||||||
id: profileImage
|
id: profileImage
|
||||||
source: profileModel.profile.identicon
|
source: profileModel.profile.thumbnailImage || profileModel.profile.identicon
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: Style.current.smallPadding
|
anchors.leftMargin: Style.current.smallPadding
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user