diff --git a/extensions/window-list/extension.js b/extensions/window-list/extension.js index 4d6e4d96..3a682012 100644 --- a/extensions/window-list/extension.js +++ b/extensions/window-list/extension.js @@ -824,9 +824,6 @@ class WindowList extends St.Widget { }, this); global.display.connectObject('in-fullscreen-changed', () => { - // Work-around for initial change from unknown to !fullscreen - if (Main.overview.visible) - this.hide(); this._updateKeyboardAnchor(); }, this);