forked from userplugins/clientSideBadges
Fix Wrong Setting Being Applied
This commit is contained in:
parent
a2b7336f1f
commit
42c9fd2ff7
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ const BadgeSettings = () => {
|
||||||
settings.store.goldenBugHunter = image.shown;
|
settings.store.goldenBugHunter = image.shown;
|
||||||
break;
|
break;
|
||||||
case "HypeSquadEvents":
|
case "HypeSquadEvents":
|
||||||
settings.store.earlySupporter = image.shown;
|
settings.store.hypesquadEvents = image.shown;
|
||||||
break;
|
break;
|
||||||
case "HypeSquadBravery":
|
case "HypeSquadBravery":
|
||||||
settings.store.houseOfBravery = image.shown;
|
settings.store.houseOfBravery = image.shown;
|
||||||
|
|
Loading…
Add table
Reference in a new issue