Revert "window-list: Fix initial visibility"

Since we no longer track fullscreen state in the overview,
the workaround is no longer necessary.

This reverts commit 6ee4205f1e.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/409>
This commit is contained in:
Florian Müllner
2025-06-16 23:34:07 +02:00
parent 8819ed01c8
commit a3ff3c79b2

View File

@@ -1033,9 +1033,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);