diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 8f5c146df..1e9401574 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1267,6 +1267,7 @@ const FolderIcon = new Lang.Class({ addAppId(appInfo.get_id()); }); + this.actor.visible = this.view.getAllItems().length > 0; this.view.loadGrid(); this.emit('apps-changed'); },