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;
|
||||
break;
|
||||
case "HypeSquadEvents":
|
||||
settings.store.earlySupporter = image.shown;
|
||||
settings.store.hypesquadEvents = image.shown;
|
||||
break;
|
||||
case "HypeSquadBravery":
|
||||
settings.store.houseOfBravery = image.shown;
|
||||
|
|
Loading…
Add table
Reference in a new issue