summary refs log tree commit diff
path: root/resources/qml/UserProfile.qml
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2021-01-11 20:02:39 -0500
committerJoseph Donofry <joedonofry@gmail.com>2021-01-11 20:02:39 -0500
commit9a604d3821bf2f151df92688249e0624774e1646 (patch)
treeefcee69f99ec77c16f7267073320eec47a91cf2c /resources/qml/UserProfile.qml
parentForgot to save res.qrc (diff)
downloadnheko-9a604d3821bf2f151df92688249e0624774e1646.tar.xz
Clean up Avatar click event handling
Diffstat (limited to 'resources/qml/UserProfile.qml')
-rw-r--r--resources/qml/UserProfile.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml

index 2e6758ae..3ae03dd4 100644 --- a/resources/qml/UserProfile.qml +++ b/resources/qml/UserProfile.qml
@@ -37,6 +37,7 @@ ApplicationWindow { displayName: profile.displayName userid: profile.userid Layout.alignment: Qt.AlignHCenter + onClicked: TimelineManager.openImageOverlay(TimelineManager.timeline.avatarUrl(userid), TimelineManager.timeline.data.id) } Label {