mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 04:21:44 +00:00
fix(gifs): Change Image
to AnimatedImage
in StatusImageModal
Closes: #5251
This commit is contained in:
parent
198da4fdc6
commit
c3c82bd6ac
@ -47,7 +47,7 @@ Popup {
|
||||
root.open();
|
||||
}
|
||||
|
||||
contentItem: Image {
|
||||
contentItem: AnimatedImage {
|
||||
id: messageImage
|
||||
asynchronous: true
|
||||
fillMode: Image.PreserveAspectFit
|
||||
@ -56,6 +56,7 @@ Popup {
|
||||
mipmap: true
|
||||
smooth: false
|
||||
|
||||
onStatusChanged: playing = (status == AnimatedImage.Ready)
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.LeftButton | Qt.RightButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user