Skip to content

Commit cb7d742

Browse files
committed
Make 128x128 icon available for Android
1 parent adf2a79 commit cb7d742

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/chrome/content/code/AndroidUI.jsm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ var urlbarOptions = {
138138

139139
title: "HTTPS Everywhere",
140140

141-
icon: "chrome://https-everywhere/skin/https-everywhere-128.png",
141+
icon: "chrome://https-everywhere/skin/icon-active-128.png",
142142

143143
clickCallback: function() {
144144
popupInfo.fill();
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../common/icons/icon-active-128.png

0 commit comments

Comments
 (0)