thanks poire-z

reviewable/pr11678/r14
SomeGuy 1 month ago committed by GitHub
parent 74e7e4c27f
commit b692c165c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2019,8 +2019,8 @@ With this feature enabled, the current page is factored in, resulting in the cou
end
-- Settings menu: keep the same parent page for going up from submenu
for i = 1, #sub_items[settings_submenu_num].sub_item_table do
sub_items[settings_submenu_num].sub_item_table[i].menu_item_id = i
for i = 1, #configure_items_sub_table do
configure_items_sub_table[i].menu_item_id = i
end
-- If using crengine, add Alt status bar items at top

Loading…
Cancel
Save