mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
MenuSorter: initial implementation
* Menus are now sanely configurable * Custom separator placement for clearer menus
This commit is contained in:
@@ -325,10 +325,10 @@ local option_titles = {
|
||||
|
||||
function ReaderFooter:addToMainMenu(tab_item_table)
|
||||
local sub_items = {}
|
||||
table.insert(tab_item_table.setting, {
|
||||
self.ui.menu.menu_items["status_bar"] = {
|
||||
text = _("Status bar"),
|
||||
sub_item_table = sub_items,
|
||||
})
|
||||
}
|
||||
|
||||
-- menu item to fake footer tapping when touch area is disabled
|
||||
if Geom:new{
|
||||
|
||||
Reference in New Issue
Block a user