mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Menu: Split off "Page Turns" submenu in two sections
The Kindle swipe animations & physical key inversion apply *everywhere*, so we need this accessible in the FM, too. Move it to Navigation, which is where it already was on !Touch devices.
This commit is contained in:
@@ -464,6 +464,9 @@ To:
|
||||
self.menu_items[id] = common_setting
|
||||
end
|
||||
|
||||
-- settings > Navigation; this mostly concerns platform-specific features or physical keys, and applies *everywhere*
|
||||
self.menu_items.platform_navigation_features = require("ui/elements/platform_navigation")
|
||||
|
||||
-- settings tab - Document submenu
|
||||
self.menu_items.document_metadata_location_move = {
|
||||
text = _("Move book metadata"),
|
||||
|
||||
Reference in New Issue
Block a user