mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Statistics: Read page duration limits: allow min=0s (#8273)
Allow for always counting page as read, regardless of time spent.
This commit is contained in:
@@ -903,7 +903,7 @@ function ReaderStatistics:addToMainMenu(menu_items)
|
||||
left_text = _("Min"),
|
||||
left_value = self.settings.min_sec,
|
||||
left_default = DEFAULT_MIN_READ_SEC,
|
||||
left_min = 3,
|
||||
left_min = 0,
|
||||
left_max = 120,
|
||||
left_step = 1,
|
||||
left_hold_step = 10,
|
||||
|
||||
Reference in New Issue
Block a user