Add end of book actions screen

This commit is contained in:
jpirnay
2026-05-12 18:11:55 +02:00
parent 8d2cfb17a7
commit a91c151979
13 changed files with 1116 additions and 15 deletions
+4
View File
@@ -281,6 +281,10 @@ class CrossPointSettings {
// (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;
// Move finished book to /COMPLETED when the end-of-book screen action is selected.
uint8_t moveFinishedBooksToCompleted = 0;
// Remove finished book from Recent Books when the end-of-book screen action is selected.
uint8_t removeFinishedBooksFromRecents = 0;
// Show clock in the reader status bar
uint8_t statusBarClock = 0;
// Clock format: 0 = 24h (14:00), 1 = 12h (2:00pm)