From 291898bb7f1e83fa7bbe7d12c7a75bd6db71e672 Mon Sep 17 00:00:00 2001 From: jpirnay Date: Mon, 27 Apr 2026 12:50:14 +0200 Subject: [PATCH] Add settings --- src/CrossPointSettings.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CrossPointSettings.h b/src/CrossPointSettings.h index 75212422..8d0f7fbf 100644 --- a/src/CrossPointSettings.h +++ b/src/CrossPointSettings.h @@ -246,6 +246,10 @@ 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; + // 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. + uint8_t koSyncOnBookClose = 0; // Show clock in the reader status bar uint8_t statusBarClock = 0; // Clock format: 0 = 24h (14:00), 1 = 12h (2:00pm)