diff --git a/background.js b/background.js index 4d6be7c..b4a094a 100644 --- a/background.js +++ b/background.js @@ -30,6 +30,8 @@ function update() { throw new Error(response.statusText); }) .then((notifications) => { + browser.browserAction.enable(); + if (0 === notifications.length) { browser.browserAction.setBadgeText({ text: ''