Statistics: Read page duration limits: allow min=0s (#8273)

Allow for always counting page as read, regardless of time spent.
pull/8283/head
Galunid 3 years ago committed by GitHub
parent 0ea8bee4e1
commit d4628666c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save