diff --git a/js/ui/overview.js b/js/ui/overview.js index 9c9137885..da4dbae14 100644 --- a/js/ui/overview.js +++ b/js/ui/overview.js @@ -562,7 +562,7 @@ const Overview = new Lang.Class({ if (this.isDummy) return; - if (this._shown) + if (this.visible) this.hide(); else this.show();