Moar Fixes

This commit is contained in:
thororen1234 2025-01-23 12:53:42 -05:00
parent 149fc67090
commit 663c43e84f
7 changed files with 15 additions and 12 deletions

View file

@ -59,7 +59,8 @@ export const settings = definePluginSettings({
},
userBasedCategoryList: {
type: OptionType.CUSTOM,
default: {} as Record<string, Category[]>
default: {} as Record<string, Category[]>,
description: "",
}
});