This commit is contained in:
mr. M
2025-02-24 08:08:11 +01:00
4 changed files with 12 additions and 4 deletions

View File

@@ -131,7 +131,6 @@
async _refreshPinnedTabs({ init = false } = {}) {
await ZenWorkspaces.promiseSectionsInitialized;
console.log('Refreshing pinned tabs');
await this._initializePinsCache();
await this._initializePinnedTabs(init);
}