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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user