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:
@@ -35,7 +35,7 @@ function ReaderRotation:init()
|
||||
w = Screen:getWidth(),
|
||||
h = Screen:getHeight(),
|
||||
},
|
||||
rate = 0.3
|
||||
rate = 0.3,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user