Skip to content

Commit

Permalink
MultitaskingView: Hook up ShellClients to new gesture logic
Browse files Browse the repository at this point in the history
  • Loading branch information
leolost2605 committed Feb 16, 2025
1 parent 84a2768 commit 5938f46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Widgets/MultitaskingView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ namespace Gala {
multitasking_gesture_controller = new GestureController (GESTURE_ID, MULTITASKING_VIEW, this);
multitasking_gesture_controller.enable_touchpad ();

add_target (ShellClientsManager.get_instance ()); // For hiding the panels

workspaces = new WorkspaceRow (display);

workspaces_gesture_controller = new GestureController (WorkspaceRow.GESTURE_ID, SWITCH_WORKSPACE, workspaces) {
Expand Down

0 comments on commit 5938f46

Please sign in to comment.