mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
parent
835fcf6325
commit
6afe3fa39d
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ Window {
|
||||||
onActivated: imageOverlay.close()
|
onActivated: imageOverlay.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TapHandler {
|
||||||
|
onSingleTapped: imageOverlay.close();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: imgContainer
|
id: imgContainer
|
||||||
|
|
Loading…
Reference in a new issue