From cf5fb25bae9a35b4c2a3beab56597bb5a3ee0f0d Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Thu, 9 Apr 2026 11:43:59 +0200 Subject: [PATCH] Make quick settings page indicator clickable The page dots were non-interactive so clicks fell through to the swipe area and closed the drawer. Set interactive:true and sync the index back to the SwipeView so clicking a dot switches pages. --- .../mobileshell/qml/actiondrawer/private/QuickSettings.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/mobileshell/qml/actiondrawer/private/QuickSettings.qml b/components/mobileshell/qml/actiondrawer/private/QuickSettings.qml index 7f935712..9c398b68 100644 --- a/components/mobileshell/qml/actiondrawer/private/QuickSettings.qml +++ b/components/mobileshell/qml/actiondrawer/private/QuickSettings.qml @@ -197,6 +197,8 @@ Item { sourceComponent: PageIndicator { count: swipeView.count currentIndex: swipeView.currentIndex + interactive: true + onCurrentIndexChanged: swipeView.currentIndex = currentIndex delegate: Rectangle { implicitWidth: 8