From 756259bb011cdcad7a80ed669d362694b85c6ff3 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Mon, 13 Apr 2026 19:37:42 +0200 Subject: [PATCH] Show pointer cursor on system tray icons --- components/mobileshell/qml/statusbar/TaskWidget.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/mobileshell/qml/statusbar/TaskWidget.qml b/components/mobileshell/qml/statusbar/TaskWidget.qml index 01e9c67e..b4b24a5d 100644 --- a/components/mobileshell/qml/statusbar/TaskWidget.qml +++ b/components/mobileshell/qml/statusbar/TaskWidget.qml @@ -40,6 +40,7 @@ Item { id: mouseArea anchors.fill: parent hoverEnabled: true + cursorShape: Qt.PointingHandCursor acceptedButtons: Qt.LeftButton | Qt.RightButton onClicked: (mouse) => {