Update resources/qml/Avatar.qml

Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
This commit is contained in:
kamathmanu 2020-11-30 14:58:37 -05:00 committed by GitHub
parent 0edd75949b
commit a48c6353bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -55,9 +55,7 @@ Rectangle {
id: mouseArea id: mouseArea
anchors.fill: parent anchors.fill: parent
onClicked: { onClicked: TimelineManager.openImageOverlay(TimelineManager.timeline.avatarUrl(userid), TimelineManager.timeline.data.id)
TimelineManager.openImageOverlay(usrUrl, TimelineManager.timeline.data.id)
}
} }
} }