From 630725196f7fe042b954070d45733a0e0f24b3b1 Mon Sep 17 00:00:00 2001 From: eight Date: Thu, 4 Oct 2018 19:22:44 +0800 Subject: [PATCH] fixup! Fix: update all icons when some prefs changed --- background/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/background.js b/background/background.js index c5bbb902..74dbd8cd 100644 --- a/background/background.js +++ b/background/background.js @@ -154,7 +154,7 @@ prefs.subscribe([ queryTabs().then(tabs => tabs.map(t => updateIcon({tab: t})) ) -) +); // ************************************************************************* chrome.runtime.onInstalled.addListener(({reason}) => {