Fix welcome screen preference setting and optimize dot removal logic in gradient generator

This commit is contained in:
mr. M
2025-02-21 20:18:27 +01:00
parent 81fed8a1d8
commit bb7c400855
6 changed files with 17 additions and 6 deletions

View File

@@ -399,6 +399,7 @@
await ZenPinnedTabsStorage.savePin(pin);
this.resetPinChangedUrl(tab);
await this._refreshPinnedTabs();
gZenUIManager.showToast('zen-pinned-tab-replaced');
}
async _setPinnedAttributes(tab) {