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>
(cherry picked from commit a3ff3c79b2)
This commit is contained in:
Florian Müllner
2025-06-29 01:51:57 +02:00
parent f1e2121b5e
commit 5ec6daa8e5
-3
View File
@@ -1035,9 +1035,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);