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:
parent
59a84c3b98
commit
70c0fff557
10 changed files with 65 additions and 65 deletions
|
@ -1202,6 +1202,7 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
|||
return;
|
||||
}
|
||||
|
||||
await SessionStore.promiseInitialized;
|
||||
this._inChangingWorkspace = true;
|
||||
try {
|
||||
await this._performWorkspaceChange(window, onInit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue