diff --git a/discover/qml/ApplicationScreenshots.qml b/discover/qml/ApplicationScreenshots.qml --- a/discover/qml/ApplicationScreenshots.qml +++ b/discover/qml/ApplicationScreenshots.qml @@ -32,7 +32,7 @@ readonly property real side: Kirigami.Units.gridUnit * 8 property QtObject page - visible: screenshotsModel.count>1 + visible: screenshotsModel.count>0 readonly property var fu: Kirigami.OverlaySheet { id: overlay