This commit is contained in:
朱子楚\zhuzi
2023-03-29 22:42:08 +08:00
parent 5a1b10fef8
commit 036450f0a3
5 changed files with 8 additions and 9 deletions

View File

@ -17,6 +17,7 @@ Rectangle {
MouseArea{
anchors.fill: parent
preventStealing: true
onClicked: {
showControl = !showControl
}