mirror of
https://github.com/Equicord/Equicord.git
synced 2025-03-10 12:10:24 -04:00
Fix values
This commit is contained in:
parent
80f0e49bb7
commit
74177ea025
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ const settings = definePluginSettings({
|
|||
type: OptionType.NUMBER,
|
||||
description: "The position of the Vencord Donor badges.",
|
||||
hidden: true,
|
||||
default: 1
|
||||
default: 0
|
||||
},
|
||||
showVencordDonor: {
|
||||
type: OptionType.BOOLEAN,
|
||||
|
@ -33,7 +33,7 @@ const settings = definePluginSettings({
|
|||
type: OptionType.NUMBER,
|
||||
description: "The position of the Vencord Donor badges.",
|
||||
hidden: true,
|
||||
default: 0
|
||||
default: 1
|
||||
},
|
||||
showVencordContributor: {
|
||||
type: OptionType.BOOLEAN,
|
||||
|
|
Loading…
Add table
Reference in a new issue