Add end of book actions screen
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user