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:
@@ -219,6 +219,10 @@ function ReaderPaging:addToMainMenu(menu_items)
|
||||
}
|
||||
end
|
||||
|
||||
function ReaderPaging:onColorRenderingUpdate()
|
||||
self.ui.document:updateColorRendering()
|
||||
end
|
||||
|
||||
--[[
|
||||
Set reading position on certain page
|
||||
Page position is a fractional number ranging from 0 to 1, indicating the read
|
||||
|
||||
Reference in New Issue
Block a user