Skip to content

Commit bb9ab6d

Browse files
alanoliveiraphilc
authored andcommitted
Chrome: fix state icon
1 parent 955de06 commit bb9ab6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background_scripts/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ var Frames = {
493493
const enabledStateIcon =
494494
!enabledState.isEnabledForUrl ?
495495
DISABLED_ICON
496-
: enabledState.passKeys.length >= 0 ?
496+
: enabledState.passKeys.length > 0 ?
497497
PARTIAL_ICON
498498
:
499499
ENABLED_ICON;

0 commit comments

Comments
 (0)