mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Refresh the screen completely on every page, not every 5th.
This commit is contained in:
@@ -22,7 +22,7 @@ UniReader = {
|
||||
|
||||
-- framebuffer update policy state:
|
||||
rcount = 5,
|
||||
rcountmax = 5,
|
||||
rcountmax = 0,
|
||||
|
||||
-- zoom state:
|
||||
globalzoom = 1.0,
|
||||
|
||||
Reference in New Issue
Block a user