Skip to content

Commit

Permalink
Switched from browserAction to action
Browse files Browse the repository at this point in the history
  • Loading branch information
FaridZelli authored Feb 22, 2023
1 parent 6a19b4b commit fde7264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ function toggleTheme() {
});
}

browser.browserAction.onClicked.addListener(toggleTheme);
browser.action.onClicked.addListener(toggleTheme);

0 comments on commit fde7264

Please sign in to comment.