Set manga thumbnail as background image

This commit is contained in:
schroda
2024-09-10 14:45:08 +02:00
parent b3a8821023
commit a9e0853e34
6 changed files with 83 additions and 4 deletions

View File

@@ -159,6 +159,7 @@ export type MetadataUpdateSettings = {
export type MetadataThemeSettings = {
customThemes: Record<string, AppTheme>;
mangaThumbnailBackdrop: boolean;
};
export type MetadataServerSettings = MetadataDownloadSettings &