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:
@@ -94,6 +94,7 @@ function ReaderMenu:setUpdateItemTable()
|
||||
text = _("Screen settings"),
|
||||
sub_item_table = {
|
||||
require("ui/elements/screen_dpi_menu_table"),
|
||||
require("ui/elements/screen_eink_opt_menu_table"),
|
||||
UIManager:getRefreshMenuTable(),
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user