sync icons on extension first load
This commit is contained in:
@@ -964,3 +964,6 @@ chrome.action.onClicked.addListener(onActionClicked)
|
|||||||
chrome.tabs.onUpdated.addListener(() => {
|
chrome.tabs.onUpdated.addListener(() => {
|
||||||
void updateIcons()
|
void updateIcons()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// Sync icons on first load
|
||||||
|
void updateIcons()
|
||||||
|
|||||||
Reference in New Issue
Block a user