diff --git a/src/shell/qmlpackages/desktop/contents/components/ConfigurationContainmentAppearance.qml b/src/shell/qmlpackages/desktop/contents/components/ConfigurationContainmentAppearance.qml index fb3c5a541..f4cb0e8c2 100644 --- a/src/shell/qmlpackages/desktop/contents/components/ConfigurationContainmentAppearance.qml +++ b/src/shell/qmlpackages/desktop/contents/components/ConfigurationContainmentAppearance.qml @@ -73,6 +73,14 @@ Column { root.restoreConfig() } } + onCurrentChanged: { + if (current) { + categoriesView.currentIndex = index + } + } + } + highlight: Rectangle { + color: theme.highlightColor } } PlasmaComponents.PageStack {