mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 23:38:32 +00:00
Update src/plugins/betterBanReasons/index.tsx
Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
parent
48b497436c
commit
719f6c934c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export default definePlugin({
|
||||||
{ name: reason, value: reason }
|
{ name: reason, value: reason }
|
||||||
));
|
));
|
||||||
},
|
},
|
||||||
isOtherDefault() {
|
getDefaultState() {
|
||||||
return settings.store.textInputDefault ? 1 : 0;
|
return settings.store.textInputDefault ? 1 : 0;
|
||||||
},
|
},
|
||||||
settings,
|
settings,
|
||||||
|
|
Loading…
Add table
Reference in a new issue