diff --git a/discover/qml/ApplicationsListPage.qml b/discover/qml/ApplicationsListPage.qml --- a/discover/qml/ApplicationsListPage.qml +++ b/discover/qml/ApplicationsListPage.qml @@ -121,8 +121,8 @@ model: ResourcesProxyModel { id: appsModel - sortRole: ResourcesProxyModel.ReleaseDateRole - sortOrder: search.length>0 ? Qt.AscendingOrder : Qt.DescendingOrder + sortRole: ResourcesProxyModel.SortableRatingRole + sortOrder: Qt.DescendingOrder onBusyChanged: if (isBusy) { apps.currentIndex = -1 }