parent
835fcf6325
commit
6afe3fa39d
@ -28,6 +28,10 @@ Window {
|
|||||||
onActivated: imageOverlay.close()
|
onActivated: imageOverlay.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TapHandler {
|
||||||
|
onSingleTapped: imageOverlay.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: imgContainer
|
id: imgContainer
|
||||||
|
Loading…
Reference in New Issue
Block a user