effects/overview: exit on background click

BUG: 441301
icc-effect-5.26.4
Xaver Hugl 2021-08-21 21:52:56 +02:00
parent 17b161213c
commit 1490215f0d
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ FocusScope {
Behavior on opacity {
OpacityAnimator { duration: effect.animationDuration }
}
TapHandler {
onTapped: effect.deactivate();
}
}
ExpoArea {