mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add djvu render mode options in readermenu
This commit is contained in:
@@ -9,6 +9,7 @@ local Configurable = require("configurable")
|
||||
local DjvuDocument = Document:new{
|
||||
_document = false,
|
||||
-- libdjvulibre manages its own additional cache, default value is hard written in c module.
|
||||
is_djvu = true,
|
||||
djvulibre_cache_size = nil,
|
||||
dc_null = DrawContext.new(),
|
||||
options = KoptOptions,
|
||||
|
||||
Reference in New Issue
Block a user