window-list: Adjust to renamed gesture

The action to bring up the OSK is now gesture-based, and was therefore
renamed.

Closes: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/576
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/421>
This commit is contained in:
Florian Müllner
2025-09-08 14:16:51 +02:00
parent ecc0932ba4
commit a3dce37094
+1 -1
View File
@@ -1010,7 +1010,7 @@ class WindowList extends St.Widget {
this._onAppStateChanged.bind(this), this);
// Hack: OSK gesture is tied to visibility, piggy-back on that
Main.keyboard._bottomDragAction.connectObject('notify::enabled',
Main.keyboard._bottomDragGesture.connectObject('notify::enabled',
action => {
const visible = !action.enabled;
if (visible) {