Skip to content

Commit 81d059a

Browse files
committed
🎭 Update the icon on the tab directly on LinkHandler actor
1 parent fc0946a commit 81d059a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎actors/DotLinkHandlerParent.sys.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ export class LinkHandlerParent extends JSWindowActorParent {
9494

9595
if (!canUseForTab) return;
9696

97-
gDot.tabs.setIcon(tab, iconURL);
97+
tab.updateIcon(iconURL);
9898
}
9999
}

0 commit comments

Comments
 (0)