mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
feat: close image popup on click
This commit is contained in:
parent
b524c3b423
commit
43d9d5184d
@ -49,5 +49,10 @@ Popup {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
mipmap: true
|
||||
smooth: false
|
||||
|
||||
MouseArea {
|
||||
onClicked: root.close()
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user