Touch menu: always go up to correct parent page (#12378)

This commit is contained in:
hius07
2024-08-21 20:53:45 +03:00
committed by GitHub
parent 698fc35c3f
commit 415ce40f84
4 changed files with 1 additions and 7 deletions

View File

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