Allow for toggling color rendering

New menu item in Screen submenu.
hasColorScreen enabled for SDL device.
This commit is contained in:
poire-z
2017-10-01 19:23:06 +02:00
committed by Frans de Jonge
parent f45188fb9d
commit 53f083f516
11 changed files with 101 additions and 20 deletions

View File

@@ -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)