Skip to content

Commit 43d9d51

Browse files
richard-ramosiurimatias
authored andcommitted
feat: close image popup on click
1 parent b524c3b commit 43d9d51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/shared/status/StatusImageModal.qml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,10 @@ Popup {
4949
anchors.verticalCenter: parent.verticalCenter
5050
mipmap: true
5151
smooth: false
52+
53+
MouseArea {
54+
onClicked: root.close()
55+
anchors.fill: parent
56+
}
5257
}
5358
}

0 commit comments

Comments
 (0)