fixup! Fix: update all icons when some prefs changed

This commit is contained in:
eight 2018-10-04 19:22:44 +08:00
parent 0d0e1b4dc0
commit 630725196f

View File

@ -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}) => {