mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
move e-ink related settings to a submenu (#4246)
This commit is contained in:
committed by
Frans de Jonge
parent
42a7dd4502
commit
717184f1d6
@@ -88,7 +88,7 @@ end
|
||||
|
||||
function ReaderUI:init()
|
||||
-- cap screen refresh on pan to 2 refreshes per second
|
||||
local pan_rate = Screen.eink and 2.0 or 30.0
|
||||
local pan_rate = Screen.low_pan_rate and 2.0 or 30.0
|
||||
|
||||
self.postInitCallback = {}
|
||||
self.postReaderCallback = {}
|
||||
|
||||
Reference in New Issue
Block a user