diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-02 21:46:29 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-01-02 21:46:29 +0100 |
commit | 66520eae195ad252021ebb5c6bfe2a1efc5f8adf (patch) | |
tree | b747d2ca17a3fc4a7bc116cd309d52861e2b3c0b /resources/qml/dialogs/UserProfile.qml | |
parent | Fix fade out of ripple (diff) | |
download | nheko-66520eae195ad252021ebb5c6bfe2a1efc5f8adf.tar.xz |
Port image overlay to qml
Allows you to zoom and pan now. relates to #647
Diffstat (limited to 'resources/qml/dialogs/UserProfile.qml')
-rw-r--r-- | resources/qml/dialogs/UserProfile.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/dialogs/UserProfile.qml b/resources/qml/dialogs/UserProfile.qml index 04f21f55..29ce2c3f 100644 --- a/resources/qml/dialogs/UserProfile.qml +++ b/resources/qml/dialogs/UserProfile.qml @@ -70,7 +70,7 @@ ApplicationWindow { displayName: profile.displayName userid: profile.userid Layout.alignment: Qt.AlignHCenter - onClicked: TimelineManager.openImageOverlay(profile.avatarUrl, "") + onClicked: TimelineManager.openImageOverlay(null, profile.avatarUrl, "") ImageButton { hoverEnabled: true |