Fix Wrong Setting Being Applied

This commit is contained in:
thororen 2025-02-03 14:39:57 -05:00
parent a2b7336f1f
commit 42c9fd2ff7

View file

@ -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;