1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-09 17:36:23 +00:00

flip buttons around

This commit is contained in:
Elvyra 2025-01-06 16:47:08 +01:00
parent 3db9a0039c
commit 8af0bd52ad

View file

@ -442,7 +442,7 @@ export function SettingArrayComponent({
onChange={v => setText(v)} onChange={v => setText(v)}
value={text} value={text}
/> />
{!isNaN(Number(text)) || text === "" ? {!isNaN(Number(text)) && text !== "" ?
<Button <Button
size={Button.Sizes.MIN} size={Button.Sizes.MIN}
id={cl("add-button")} id={cl("add-button")}