MenuSorter: initial implementation

* Menus are now sanely configurable
* Custom separator placement for clearer menus
This commit is contained in:
Frans de Jonge
2017-02-28 22:46:32 +01:00
parent f2f0c376fa
commit 5b20106db7
33 changed files with 490 additions and 202 deletions

View File

@@ -69,7 +69,7 @@ end
function ReaderLink:addToMainMenu(tab_item_table)
-- insert table to main reader menu
table.insert(tab_item_table.navi, {
self.ui.menu.menu_items["follow_links"] = {
text = _("Follow links"),
sub_item_table = {
{
@@ -103,7 +103,7 @@ function ReaderLink:addToMainMenu(tab_item_table)
end,
},
}
})
}
end
function ReaderLink:onSetDimensions(dimen)