diff --git a/discover/qml/UpdatesPage.qml b/discover/qml/UpdatesPage.qml --- a/discover/qml/UpdatesPage.qml +++ b/discover/qml/UpdatesPage.qml @@ -32,8 +32,6 @@ } } - contextualActions: [refreshAction] - UpdateModel { id: updateModel backend: resourcesUpdatesModel @@ -60,7 +58,10 @@ readonly property int unselected: (updateModel.totalUpdatesCount - updateModel.toUpdateCount) readonly property QtObject currentAction: resourcesUpdatesModel.isProgressing ? cancelUpdateAction : updateAction - actions.main: currentAction + actions { + left: refreshAction + main: currentAction + } header: QQC2.ToolBar { visible: (updateModel.totalUpdatesCount > 0 && resourcesUpdatesModel.isProgressing) || updateModel.hasUpdates