mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add DHINTCOUNT in defaults.lua
It controls how many number of pages will be hinted in background after one page has been drawn. Default DHINTCOUNT is 2.
This commit is contained in:
@@ -173,6 +173,7 @@ function ReaderUI:init()
|
||||
-- hinting controller
|
||||
local hinter = ReaderHinting:new{
|
||||
dialog = self.dialog,
|
||||
zoom = zoomer,
|
||||
view = self[1],
|
||||
ui = self,
|
||||
document = self.document,
|
||||
|
||||
Reference in New Issue
Block a user