mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 20:01:52 +00:00
fix: Fixed PGO builds causing daily builds to fail, b=no-bug, c=workspaces
This commit is contained in:
@@ -865,7 +865,7 @@ class nsZenWorkspaces {
|
||||
}
|
||||
|
||||
async restoreWorkspacesFromSessionStore(aWinData = {}) {
|
||||
if (this.#hasInitialized) {
|
||||
if (this.#hasInitialized || !this.workspaceEnabled) {
|
||||
return;
|
||||
}
|
||||
const spacesFromStore = aWinData.spaces || [];
|
||||
|
||||
Reference in New Issue
Block a user