Feat: Discord RPC

This commit is contained in:
Youwes09
2026-03-29 15:38:39 -05:00
parent f6786def87
commit 0a11fe3982
12 changed files with 191 additions and 8 deletions
+2
View File
@@ -180,6 +180,7 @@ export interface Settings {
libraryCropCovers: boolean;
libraryPageSize: number;
showNsfw: boolean;
discordRpc: boolean;
chapterSortDir: ChapterSortDir;
chapterSortMode: ChapterSortMode;
chapterPageSize: number;
@@ -252,6 +253,7 @@ export const DEFAULT_SETTINGS: Settings = {
libraryCropCovers: true,
libraryPageSize: 48,
showNsfw: false,
discordRpc: false,
chapterSortDir: "desc",
chapterSortMode: "source",
chapterPageSize: 25,