mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
common_settings: migrate document menu to menu_order ordering
This is necessary in order to allow the language support module to be added to the menu outside of the common_settings menu table definition. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
committed by
Frans de Jonge
parent
dca65a793e
commit
da70fe9de1
@@ -72,6 +72,11 @@ local order = {
|
||||
"----------------------------",
|
||||
"status_bar",
|
||||
},
|
||||
document = {
|
||||
"document_auto_save",
|
||||
"document_save",
|
||||
"document_end_action",
|
||||
},
|
||||
device = {
|
||||
"keyboard_layout",
|
||||
"time",
|
||||
|
||||
Reference in New Issue
Block a user