Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
set dimensions for icon and add to startup (#3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngruen authored and jaredhirsch committed Jul 17, 2017
1 parent 59bc5ba commit 9959ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/webextension/background/startBackground.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ this.startBackground = (function() {
browser.storage.local.get(["hasSeenOnboarding"]).then((result) => {
let hasSeenOnboarding = !!result.hasSeenOnboarding;
if (!hasSeenOnboarding) {
let path = "icons/icon-starred-32.svg";
let path = "icons/icon-starred-32-v2.svg";
browser.browserAction.setIcon({path});
}
}).catch((error) => {
Expand Down
2 changes: 1 addition & 1 deletion addon/webextension/icons/icon-starred-32-v2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9959ede

Please sign in to comment.