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:
@@ -45,12 +45,12 @@ end
|
||||
|
||||
function ReaderBookmark:addToMainMenu(tab_item_table)
|
||||
-- insert table to main reader menu
|
||||
table.insert(tab_item_table.navi, {
|
||||
self.ui.menu.menu_items["bookmarks"] = {
|
||||
text = self.bm_menu_title,
|
||||
callback = function()
|
||||
self:onShowBookmark()
|
||||
end,
|
||||
})
|
||||
}
|
||||
end
|
||||
|
||||
function ReaderBookmark:isBookmarkInTimeOrder(a, b)
|
||||
|
||||
Reference in New Issue
Block a user