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:
@@ -119,10 +119,10 @@ end
|
||||
|
||||
function ReaderHyphenation:addToMainMenu(tab_item_table)
|
||||
-- insert table to main reader menu
|
||||
table.insert(tab_item_table.typeset, {
|
||||
self.ui.menu.menu_items["hyphenation"] = {
|
||||
text = self.hyph_menu_title,
|
||||
sub_item_table = self.hyph_table,
|
||||
})
|
||||
}
|
||||
end
|
||||
|
||||
return ReaderHyphenation
|
||||
|
||||
Reference in New Issue
Block a user