Remove unnecessary MouseArea from country selection page

This commit is contained in:
aiamnezia 2025-04-30 16:27:16 +04:00
parent 757caacf12
commit 592dc1b0f4
2 changed files with 1 additions and 6 deletions

View file

@ -177,6 +177,7 @@ RadioButton {
MouseArea {
anchors.fill: root
cursorShape: Qt.PointingHandCursor
preventStealing: false
enabled: false
}
}

View file

@ -135,12 +135,6 @@ PageType {
}
}
MouseArea {
anchors.fill: containerRadioButton
cursorShape: Qt.PointingHandCursor
enabled: false
}
Keys.onEnterPressed: {
if (checkable) {
checked = true