mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:59:59 +02:00
Update ZenWorkspaces.mjs
This commit is contained in:
parent
9abd2d9cc1
commit
82e3309310
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
|||
await ZenWorkspacesStorage.init();
|
||||
if(!Weave.Service.engineManager.get("workspaces")) {
|
||||
Weave.Service.engineManager.register(ZenWorkspacesEngine);
|
||||
await ZenWorkspacesStorage.migrateWorkspacesFromJSON();
|
||||
}
|
||||
await ZenWorkspacesStorage.migrateWorkspacesFromJSON();
|
||||
await this.initializeWorkspaces();
|
||||
console.info('ZenWorkspaces: ZenWorkspaces initialized');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue