Update resources/qml/Avatar.qml

Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
pull/347/head
kamathmanu 4 years ago committed by GitHub
parent 0edd75949b
commit a48c6353bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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)
}
}

Loading…
Cancel
Save