Skip to content

Commit

Permalink
Chrome: fix state icon
Browse files Browse the repository at this point in the history
  • Loading branch information
alanoliveira authored and philc committed Oct 17, 2022
1 parent 955de06 commit bb9ab6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion background_scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ var Frames = {
const enabledStateIcon =
!enabledState.isEnabledForUrl ?
DISABLED_ICON
: enabledState.passKeys.length >= 0 ?
: enabledState.passKeys.length > 0 ?
PARTIAL_ICON
:
ENABLED_ICON;
Expand Down

0 comments on commit bb9ab6d

Please sign in to comment.