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:
hius07
2021-09-06 22:30:35 +03:00
committed by GitHub
parent 3a677f40de
commit 0283c44ff7
5 changed files with 124 additions and 149 deletions

View File

@@ -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