fix: Fixed bookmarks duplicating at startup, b=closes #10272, c=common, workspaces

This commit is contained in:
mr. m
2025-09-06 17:24:37 +02:00
parent 798c5f8d85
commit 8bd7f187a3
2 changed files with 1 additions and 2 deletions

View File

@@ -926,7 +926,6 @@ var gZenWorkspaces = new (class extends nsZenMultiWindowFeature {
await this.initializeTabsStripSections();
this._initializeEmptyTab();
await gZenPinnedTabManager.refreshPinnedTabs({ init: true });
this._invalidateBookmarkContainers();
await this.changeWorkspace(activeWorkspace, { onInit: true });
this.#fixTabPositions();
this.onWindowResize();