Skip to content

Commit

Permalink
🎭 Update the icon on the tab directly on LinkHandler actor
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Dec 18, 2023
1 parent fc0946a commit 81d059a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actors/DotLinkHandlerParent.sys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ export class LinkHandlerParent extends JSWindowActorParent {

if (!canUseForTab) return;

gDot.tabs.setIcon(tab, iconURL);
tab.updateIcon(iconURL);
}
}

0 comments on commit 81d059a

Please sign in to comment.