diff options
author | kamathmanu <manuriddle@gmail.com> | 2020-11-30 14:58:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-30 14:58:37 -0500 |
commit | a48c6353bf186b791fc4f6d8148905a54bbeb5e5 (patch) | |
tree | 69de2d54307c2603035c5cecd773fa8a3b80d719 /resources | |
parent | Lint code (diff) | |
download | nheko-a48c6353bf186b791fc4f6d8148905a54bbeb5e5.tar.xz |
Update resources/qml/Avatar.qml
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/qml/Avatar.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/qml/Avatar.qml b/resources/qml/Avatar.qml index 4ca32286..150a0ee7 100644 --- a/resources/qml/Avatar.qml +++ b/resources/qml/Avatar.qml @@ -55,9 +55,7 @@ Rectangle { id: mouseArea anchors.fill: parent - onClicked: { - TimelineManager.openImageOverlay(usrUrl, TimelineManager.timeline.data.id) - } + onClicked: TimelineManager.openImageOverlay(TimelineManager.timeline.avatarUrl(userid), TimelineManager.timeline.data.id) } } |