mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-15 16:03:43 +00:00
feat: Run a migration for pinned tabs renamed titles, b=no-bug, c=common
This commit is contained in:
@@ -21,7 +21,7 @@ class ZenSessionStore extends nsZenPreloadedFeature {
|
||||
if (tabData.zenSyncId || tabData.zenPinnedId) {
|
||||
tab.setAttribute("id", tabData.zenSyncId || tabData.zenPinnedId);
|
||||
}
|
||||
if (tabData.zenStaticLabel) {
|
||||
if (typeof tabData.zenStaticLabel === "string") {
|
||||
tab.zenStaticLabel = tabData.zenStaticLabel;
|
||||
}
|
||||
if (tabData.zenHasStaticIcon && tabData.image) {
|
||||
|
||||
Reference in New Issue
Block a user