소스 검색

Firefox now updates page action icon correctly

master
Said Achmiz 6 년 전
부모
커밋
9655eab02c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/platform/firefox/background.js

+ 1
- 1
src/platform/firefox/background.js 파일 보기

@@ -13,7 +13,7 @@ chrome.runtime.onMessage.addListener((request, sender, sendResponse) => {
"48": "images/ASK_off_48.png",
"96": "images/ASK_off_96.png",
};
chrome.pageAction.setIcon({
chrome.browserAction.setIcon({
path: icons,
tabId: request.tabID || sender.tab.id
});

Loading…
취소
저장