mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add option to turn off e-ink optimization
which currently just sets free the limitation of panning gestures emitting rate. This should fix #1039 when unchecking the "E-ink optimization" in the "Screen settings".
This commit is contained in:
@@ -139,7 +139,7 @@ function ReaderRolling:initGesListener()
|
||||
w = Screen:getWidth(),
|
||||
h = Screen:getHeight(),
|
||||
},
|
||||
rate = 4.0,
|
||||
rate = Screen.eink and 4.0 or nil,
|
||||
}
|
||||
},
|
||||
DoubleTapForward = {
|
||||
|
||||
Reference in New Issue
Block a user