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:
Galunid
2021-09-28 14:00:36 +02:00
committed by GitHub
parent 0ea8bee4e1
commit d4628666c9

View File

@@ -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,