Feat: Default Library Toggle

This commit is contained in:
Youwes09
2026-04-06 22:53:42 -05:00
parent 0b6e9fbbbb
commit 7917491389
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -263,6 +263,7 @@ export interface Settings {
customThemes: CustomTheme[];
hiddenCategoryIds: number[];
defaultLibraryCategoryId: number | null;
savedIsDefaultCategory: boolean;
nsfwFilteredTags: string[];
nsfwAllowedSourceIds: string[];
nsfwBlockedSourceIds: string[];
@@ -334,6 +335,7 @@ export const DEFAULT_SETTINGS: Settings = {
customThemes: [],
hiddenCategoryIds: [],
defaultLibraryCategoryId: null,
savedIsDefaultCategory: false,
nsfwFilteredTags: ["adult", "mature", "hentai", "ecchi", "erotic", "pornograph", "18+", "smut", "lemon", "explicit", "sexual violence"],
nsfwAllowedSourceIds: [],
nsfwBlockedSourceIds: [],