diff --git a/background.js b/background.js index 8b7989e..d5c4cd8 100644 --- a/background.js +++ b/background.js @@ -27,6 +27,7 @@ function updateBrowserActionStatus() { if(tabs.length == 0) { chrome.browserAction.disable(); + onEndClaimAll(); updateState('manual'); } else { chrome.browserAction.enable();