Skip to content

Commit 6ec6cc1

Browse files
committed
Don't show the error icon for now
Will add back when will change the logo
1 parent ee586ad commit 6ec6cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/extension/background/messaging.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function messaging(request, sender, sendResponse) {
7676
isClickable: true
7777
});
7878
if (typeof store.id === 'number') {
79-
chrome.pageAction.setIcon({tabId: store.id, path: 'img/logo/error.png'});
79+
// chrome.pageAction.setIcon({tabId: store.id, path: 'img/logo/error.png'});
8080
catchedErrors.tab = store.id;
8181
}
8282
} else if (catchedErrors.last && typeof store.id === 'number' && catchedErrors.tab === store.id) {

0 commit comments

Comments
 (0)