Skip to content

Commit 0bfd58a

Browse files
committed
Use a wrench emoji for the Options item.
Otherwise the control knob is used twice.
1 parent 76b2718 commit 0bfd58a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Auto Highlight",
3-
"version": "3.4.6",
3+
"version": "3.4.7",
44
"description": "*Auto Highlight* automatically highlights the important content on article pages.",
55
"options_ui": {
66
"page": "src/options/options.html"

src/eventPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ chrome.permissions.onRemoved.addListener(function() {
568568
'32': 'icons/options32x32.png',
569569
}
570570
} else {
571-
properties.title = String.fromCodePoint('0x1F39B') + ' ' + properties.title;
571+
properties.title = String.fromCodePoint('0x1F527') + ' ' + properties.title;
572572
}
573573
chrome.contextMenus.create(properties);
574574
}

0 commit comments

Comments
 (0)