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