viewSelector: Going to the apps grid is a swipe from the left, not right
This commit is contained in:
parent
7e08e1e0e7
commit
fdc443aebe
@ -280,7 +280,7 @@ const ViewSelector = new Lang.Class({
|
||||
|
||||
let gesture;
|
||||
|
||||
gesture = new EdgeDragAction(St.Side.RIGHT);
|
||||
gesture = new EdgeDragAction(St.Side.LEFT);
|
||||
gesture.connect('activated', Lang.bind(this, function() {
|
||||
if (Main.overview.visible)
|
||||
Main.overview.hide();
|
||||
|
Loading…
Reference in New Issue
Block a user