Skip to content

Commit

Permalink
replace about:addons favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
gomita committed May 2, 2018
1 parent ae32526 commit f5f22ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file removed icons/blankFavicon.png
Binary file not shown.
6 changes: 6 additions & 0 deletions icons/extensions-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sidebar/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ function correctIconURL(aURL) {
if (!aURL)
return "/icons/defaultFavicon.svg";
if (aURL == "chrome://mozapps/skin/extensions/extensionGeneric-16.svg")
return "/icons/blankFavicon.png";
return "/icons/extensions-16.svg";
return aURL;
}

Expand Down

0 comments on commit f5f22ab

Please sign in to comment.