diff --git a/sidebar/package/contents/ui/SubCategoryPage.qml b/sidebar/package/contents/ui/SubCategoryPage.qml --- a/sidebar/package/contents/ui/SubCategoryPage.qml +++ b/sidebar/package/contents/ui/SubCategoryPage.qml @@ -140,8 +140,7 @@ } Connections { target: systemsettings - onActiveSubCategoryChanged: { - subCategoryView.currentIndex = systemsettings.activeSubCategoryRow; + onActiveSubCategoryRowChanged: { if (systemsettings.activeSubCategoryRow < 0) { root.pageStack.pop(mainColumn) } else {