mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
MenuSorter: some documentation
MenuSorter: forgot to add plugin style change MenuSorter: worked out the final quirks * Menu always compressed into tables without missing indexes for ipairs compatibility * Orphans attached * Separators no longer count as items
This commit is contained in:
@@ -323,9 +323,9 @@ local option_titles = {
|
||||
mem_usage = _("KOReader memory usage"),
|
||||
}
|
||||
|
||||
function ReaderFooter:addToMainMenu(tab_item_table)
|
||||
function ReaderFooter:addToMainMenu(menu_items)
|
||||
local sub_items = {}
|
||||
self.ui.menu.menu_items.status_bar = {
|
||||
menu_items.status_bar = {
|
||||
text = _("Status bar"),
|
||||
sub_item_table = sub_items,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user