mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 19:53:41 -05:00
Fix settings
This commit is contained in:
parent
243f77f935
commit
2b616abfba
1 changed files with 2 additions and 2 deletions
|
@ -105,11 +105,11 @@ const BadgeSettings = () => {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
images.forEach(image => {
|
images.forEach(image => {
|
||||||
switch (image.key) {
|
switch (image.key) {
|
||||||
case "EquiordDonor":
|
case "EquicordDonor":
|
||||||
settings.store.EquicordDonorPosition = image.position;
|
settings.store.EquicordDonorPosition = image.position;
|
||||||
settings.store.showEquicordDonor = image.shown;
|
settings.store.showEquicordDonor = image.shown;
|
||||||
break;
|
break;
|
||||||
case "EquiordContributer":
|
case "EquicordContributer":
|
||||||
settings.store.EquicordContributorPosition = image.position;
|
settings.store.EquicordContributorPosition = image.position;
|
||||||
settings.store.showEquicordContributor = image.shown;
|
settings.store.showEquicordContributor = image.shown;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue