1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-10 18:15:30 +02:00

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
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
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);