A couple of fixes
This commit is contained in:
@@ -249,6 +249,8 @@ class CrossPointSettings {
|
||||
uint8_t imageDithering = IMAGE_DITHER_BAYER;
|
||||
// Enable synthetic TOC fallback for malformed/sparse TOC books (1 = enabled, 0 = disabled)
|
||||
uint8_t syntheticTocFallback = 1;
|
||||
// Default bionic reading in EPUB pages when no per-book override is set (1 = enabled, 0 = disabled)
|
||||
uint8_t bionicReading = 0;
|
||||
// Automatically push reading progress to the KOReader sync server when leaving the reader
|
||||
// (1 = enabled, 0 = disabled). The push only fires when credentials are configured and the
|
||||
// reader session advanced at least 3 pages, and is skipped when remote progress is already ahead.
|
||||
|
||||
Reference in New Issue
Block a user