fixup! Fix: update all icons when some prefs changed
This commit is contained in:
parent
0d0e1b4dc0
commit
630725196f
|
@ -154,7 +154,7 @@ prefs.subscribe([
|
||||||
queryTabs().then(tabs =>
|
queryTabs().then(tabs =>
|
||||||
tabs.map(t => updateIcon({tab: t}))
|
tabs.map(t => updateIcon({tab: t}))
|
||||||
)
|
)
|
||||||
)
|
);
|
||||||
|
|
||||||
// *************************************************************************
|
// *************************************************************************
|
||||||
chrome.runtime.onInstalled.addListener(({reason}) => {
|
chrome.runtime.onInstalled.addListener(({reason}) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user