Just use single clicks

This commit is contained in:
David Heinemeier Hansson
2026-05-17 08:51:17 +02:00
parent 80da45dd1c
commit d771787e6b
3 changed files with 12 additions and 5 deletions
@@ -262,7 +262,7 @@ Item {
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.LeftButton | Qt.RightButton
onDoubleClicked: function(mouse) {
onClicked: function(mouse) {
if (mouse.button === Qt.RightButton) root.openThemeSwitcher()
else root.openSelector()
mouse.accepted = true