mirror of
https://github.com/fmhy/FMHY-SafeGuard.git
synced 2026-03-11 08:55:40 +00:00
Update background.js
This commit is contained in:
parent
9002958194
commit
67d98cf2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ function updatePageAction(status, tabId) {
|
|||
} else if (status === "starred") {
|
||||
iconPath = "res/icons/starred.png";
|
||||
} else if (status === "default") {
|
||||
iconPath = "res/ext_icon_144.png";
|
||||
iconPath = "res/icons/default.png";
|
||||
}
|
||||
|
||||
// Show the page action (icon in the address bar)
|
||||
|
|
|
|||
Loading…
Reference in a new issue