mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Page overlap: long-press to set as default (#8180)
Also deduplicate code out of ReaderPaging and ReaderRolling, now in ReaderView and a specific menu module.
This commit is contained in:
@@ -175,6 +175,9 @@ function ReaderMenu:setUpdateItemTable()
|
||||
end
|
||||
end
|
||||
|
||||
-- typeset tab
|
||||
self.menu_items.page_overlap = require("ui/elements/page_overlap")
|
||||
|
||||
-- settings tab
|
||||
-- insert common settings
|
||||
for id, common_setting in pairs(dofile("frontend/ui/elements/common_settings_menu_table.lua")) do
|
||||
|
||||
Reference in New Issue
Block a user