diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index 56c4efd2..3bcdf6d5 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -339,6 +339,19 @@ CenteredGridView { } } + Row { + anchors.centerIn: parent + spacing: 5 + visible: appGrid.count === 0 + + Label { + text: qsTr("This computer doesn't seem to have any applications or some applications are hidden") + font.pointSize: 20 + verticalAlignment: Text.AlignVCenter + wrapMode: Text.Wrap + } + } + NavigableMessageDialog { id: quitAppDialog property string appName : ""