Merge pull request #616 from amnezia-vpn/bugfix/cursor-changing-fix

Fix cursor change when hover over elements
This commit is contained in:
pokamest 2024-02-19 12:20:46 -08:00 committed by GitHub
commit 17e3fbde25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,7 @@ Item {
id: emptyArea
anchors.fill: parent
enabled: root.isExpanded
visible: enabled
onClicked: {
root.close()
}