mirror of
https://github.com/koreader/koreader.git
synced 2025-12-18 12:02:09 +01:00
add toc menu support for readerui
This commit is contained in:
@@ -92,6 +92,10 @@ function Document:getPageDimensions(pageno, zoom, rotation)
|
||||
return native_dimen
|
||||
end
|
||||
|
||||
function Document:getToc()
|
||||
return self._document:getToc()
|
||||
end
|
||||
|
||||
-- load implementations:
|
||||
|
||||
require "document/pdfdocument"
|
||||
|
||||
Reference in New Issue
Block a user