mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add: toc menu
This commit is contained in:
@@ -344,6 +344,8 @@ function PDFReader:inputloop()
|
||||
no = toc_menu:choose(0, fb.bb:getHeight())
|
||||
if no then
|
||||
self:goto(no)
|
||||
else
|
||||
self:goto(self.pageno)
|
||||
end
|
||||
|
||||
elseif ev.code == KEY_J then
|
||||
|
||||
Reference in New Issue
Block a user