This commit is contained in:
end-4
2025-04-17 23:01:48 +02:00
parent 2d540c16bc
commit 75bf5028fd
4 changed files with 14 additions and 9 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ Scope {
MouseArea {
id: mouseArea
anchors.fill: parent
onClicked: popupLoader.active = false
onClicked: {
popupLoader.active = false
}
// makes the mouse area track mouse hovering, so the hide animation
// can be paused when hovering.