diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index bc4afee40..10d10d1cb 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -224,6 +224,7 @@ const PageIndicators = new Lang.Class({ children[i].destroy(); } this._nPages = nPages; + this.actor.visible = (this._nPages > 1); }, setCurrentPage: function(currentPage) {