We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37085d1 commit 0e2b17eCopy full SHA for 0e2b17e
src/Widgets/MultitaskingView.vala
@@ -62,6 +62,8 @@ namespace Gala {
62
multitasking_gesture_controller = new GestureController (MULTITASKING_VIEW, this);
63
multitasking_gesture_controller.enable_touchpad ();
64
65
+ add_target (ShellClientsManager.get_instance ()); // For hiding the panels
66
+
67
workspaces = new WorkspaceRow (display);
68
69
workspaces_gesture_controller = new GestureController (SWITCH_WORKSPACE, this) {
0 commit comments