mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Touch menu: always go up to correct parent page (#12378)
This commit is contained in:
@@ -1684,11 +1684,6 @@ With this feature enabled, the current page is factored in, resulting in the cou
|
||||
end,
|
||||
})
|
||||
end
|
||||
|
||||
-- Settings menu: keep the same parent page for going up from submenu
|
||||
for i = 1, #configure_items_sub_table do
|
||||
configure_items_sub_table[i].menu_item_id = i
|
||||
end
|
||||
end
|
||||
|
||||
-- settings menu item generators
|
||||
|
||||
Reference in New Issue
Block a user