refactor: Remove redundant tab refresh during initialization and streamline workspace startup process

This commit is contained in:
mr. M
2024-11-08 20:07:02 +01:00
parent d2746689f9
commit d7a48bd855
4 changed files with 12 additions and 5 deletions

View File

@@ -49,7 +49,6 @@
async initTabs() {
await ZenPinnedTabsStorage.init();
await this._refreshPinnedTabs();
}
async _refreshPinnedTabs() {