diff --git a/discover/qml/BrowsingPage.qml b/discover/qml/BrowsingPage.qml --- a/discover/qml/BrowsingPage.qml +++ b/discover/qml/BrowsingPage.qml @@ -42,6 +42,14 @@ Navigation.openCategory(null, "") } + BusyIndicator { + id: indicator + anchors.centerIn: parent + width: Kirigami.Units.gridUnit * 8 + height: width + visible: apps.count === 0 && apps.model.isFetching + } + background: Rectangle { color: Kirigami.Theme.backgroundColor Kirigami.Theme.colorSet: Kirigami.Theme.Window