mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-27 23:44:25 -04:00
Moar Fixes
This commit is contained in:
parent
149fc67090
commit
663c43e84f
7 changed files with 15 additions and 12 deletions
|
@ -59,7 +59,8 @@ export const settings = definePluginSettings({
|
|||
},
|
||||
userBasedCategoryList: {
|
||||
type: OptionType.CUSTOM,
|
||||
default: {} as Record<string, Category[]>
|
||||
default: {} as Record<string, Category[]>,
|
||||
description: "",
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue