diff --git a/js/ui/workspaces.js b/js/ui/workspaces.js index 082545ab4..e70329456 100644 --- a/js/ui/workspaces.js +++ b/js/ui/workspaces.js @@ -321,6 +321,7 @@ Workspace.prototype = { updateRemovable : function() { let global = Shell.Global.get(); let removable = (this._windows.length == 1 /* just desktop */ && + this.workspaceNum != 0 && this.workspaceNum == global.screen.n_workspaces - 1); if (removable) {