mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-08 14:23:25 +00:00
test: Enable workspaces when doing tests, b=(no-bug), c=tests, workspaces
This commit is contained in:
@@ -678,7 +678,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
|
||||
get workspaceEnabled() {
|
||||
if (typeof this._workspaceEnabled === 'undefined') {
|
||||
this._workspaceEnabled = !gZenUIManager.testingEnabled && this.shouldHaveWorkspaces;
|
||||
this._workspaceEnabled = this.shouldHaveWorkspaces;
|
||||
}
|
||||
return this._workspaceEnabled && !window.closed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user