mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
File manager: added 'Go to letter' (#3664)
When Hold on page number, allows for inputing letters to go to file starting with them (and not only numbers to go to page number).
This commit is contained in:
@@ -217,7 +217,7 @@ function InputContainer:onInput(input)
|
||||
input = input.input,
|
||||
input_hint = input.hint_func and input.hint_func() or input.hint or "",
|
||||
input_type = input.type or "number",
|
||||
buttons = {
|
||||
buttons = input.buttons or {
|
||||
{
|
||||
{
|
||||
text = input.cancel_text or _("Cancel"),
|
||||
|
||||
Reference in New Issue
Block a user