Fixed PGO builds not fully working

This commit is contained in:
mr. M
2024-12-21 13:32:03 +01:00
parent e0b125d762
commit c489a0b7cc
8 changed files with 19 additions and 32 deletions

View File

@@ -77,6 +77,9 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
}
async _delayedStartup() {
if (!this.workspaceEnabled) {
return;
}
await this.initializeWorkspaces();
console.info('ZenWorkspaces: ZenWorkspaces initialized');