feat: Fix bootstraping and other small nitpicks, b=no-bug, c=common, tabs, workspaces

This commit is contained in:
mr. m
2025-10-11 17:02:38 +02:00
parent b6f00f6f57
commit 78bba35f34
11 changed files with 49 additions and 101 deletions

View File

@@ -950,8 +950,6 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
window.addEventListener('TabSelect', this.onLocationChange.bind(this));
window.addEventListener('TabBrowserInserted', this.onTabBrowserInserted.bind(this));
await this.selectStartPage();
}
async selectStartPage() {