mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Allow for toggling color rendering
New menu item in Screen submenu. hasColorScreen enabled for SDL device.
This commit is contained in:
@@ -24,6 +24,7 @@ local function validDjvuFile(filename)
|
||||
end
|
||||
|
||||
function DjvuDocument:init()
|
||||
self:updateColorRendering()
|
||||
local djvu = require("libs/libkoreader-djvu")
|
||||
self.koptinterface = require("document/koptinterface")
|
||||
self.configurable:loadDefaults(self.options)
|
||||
|
||||
Reference in New Issue
Block a user