mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
coverbrowser list view: show book status (#3708)
Replace reading percentage with 'Finished' or 'Abandoned' when book status is no more 'Reading' (can be changed back via Book Status widget).
This commit is contained in:
@@ -477,7 +477,7 @@ function BookStatusWidget:generateSwitchGroup(width)
|
||||
default_value = 2,
|
||||
args = args,
|
||||
default_arg = "reading",
|
||||
toggle = { _("Complete"), _("Reading"), _("Abandoned") },
|
||||
toggle = { _("Finished"), _("Reading"), _("On hold") },
|
||||
values = { 1, 2, 3 },
|
||||
name = "book_status",
|
||||
alternate = false,
|
||||
|
||||
Reference in New Issue
Block a user