Skip to content

Commit 7340e3d

Browse files
committed
Removed eyes from default disabled and unrestricted small icons.
1 parent c931c3a commit 7340e3d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/bg/RequestGuard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ var RequestGuard = (() => {
158158
let icon = enforced ?
159159
(topAllowed ? (numBlocked ? "part" : "yes")
160160
: (numAllowed ? "sub" : "no")) // not topAllowed
161-
: "global"; // not enforced
161+
: "unrestricted"; // not enforced
162162
let showBadge = ns.local.showCountBadge && numBlocked > 0;
163163
let browserAction = browser.browserAction;
164164
if (!browserAction.setIcon) { // Fennec

src/img/ui-no64.png

-256 Bytes
Loading

0 commit comments

Comments
 (0)