Add shell bar runtime regression coverage

This commit is contained in:
David Heinemeier Hansson
2026-05-25 15:09:37 +02:00
parent 37e4da524b
commit f05ad16eaf
7 changed files with 539 additions and 1 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ Item {
MouseArea {
anchors.fill: parent
acceptedButtons: Qt.LeftButton | Qt.RightButton
onClicked: function(mouse) {
onDoubleClicked: function(mouse) {
if (mouse.button === Qt.RightButton) root.openThemeSwitcher()
else root.openSelector()
mouse.accepted = true