mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
MenuSorter: review comments and various bug fixes
* fixed wrongful retention of submenus variable and added return to MenuSorter:findById * fixed readerfooter_spec.lua error * fixed review comments
This commit is contained in:
@@ -69,7 +69,7 @@ end
|
||||
|
||||
function ReaderLink:addToMainMenu(tab_item_table)
|
||||
-- insert table to main reader menu
|
||||
self.ui.menu.menu_items["follow_links"] = {
|
||||
self.ui.menu.menu_items.follow_links = {
|
||||
text = _("Follow links"),
|
||||
sub_item_table = {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user