Fixed having multiple windows displaying the wrong essentials at startup and worked on rices

This commit is contained in:
mr. M
2024-12-26 23:35:39 +01:00
parent 59a84c3b98
commit 70c0fff557
10 changed files with 65 additions and 65 deletions

View File

@@ -1202,6 +1202,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
return;
}
await SessionStore.promiseInitialized;
this._inChangingWorkspace = true;
try {
await this._performWorkspaceChange(window, onInit);