Add auto reader background color

This commit is contained in:
schroda
2026-07-15 22:34:51 +02:00
parent 7559676e68
commit 3562f5f647
18 changed files with 440 additions and 45 deletions

View File

@@ -296,6 +296,9 @@ export const APP_METADATA: Record<
backgroundColor: {
convert: convertToNumber, // ReaderBackgroundColor (enum)
},
useAutoBackgroundColorContinuousMode: {
convert: convertToBoolean,
},
pageGap: {
convert: convertToNumber,
toConstrainedValue: (value: number) => coerceIn(value, PAGE_GAP.min, PAGE_GAP.max),