Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sha-265 committed Jun 14, 2024
1 parent 61d4b61 commit a738f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ document.addEventListener("DOMContentLoaded", function () {
document.querySelector("#disable").classList.toggle("hide", !enabled);

const suffix = `${enabled ? "" : "_disabled"}.png`;
chrome.action.setIcon({
browser.browserAction.setIcon({
path: {
"19": "icons/icon19" + suffix,
"38": "icons/icon38" + suffix,
Expand Down

0 comments on commit a738f56

Please sign in to comment.