Don't activate newly added workspaces
With workspace thumbnails, we want to make workspace switching something that happens largely under the users control, so don't switch to newly added workspaces in the overview. https://bugzilla.gnome.org/show_bug.cgi?id=640996
This commit is contained in:
parent
58c8006f1f
commit
fb28f77c85
@ -234,7 +234,6 @@ WorkspacesView.prototype = {
|
||||
} else {
|
||||
let currentTime = global.get_current_time();
|
||||
ws = global.screen.append_new_workspace(false, currentTime);
|
||||
ws.activate(currentTime);
|
||||
}
|
||||
|
||||
return ws;
|
||||
|
Loading…
Reference in New Issue
Block a user