mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Update resources/qml/Avatar.qml
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
This commit is contained in:
parent
0edd75949b
commit
a48c6353bf
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue