mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
use touchmenu widget in readermenu
This commit is contained in:
@@ -119,9 +119,9 @@ function ReaderBookmark:onShowBookmark()
|
||||
return true
|
||||
end
|
||||
|
||||
function ReaderBookmark:addToMainMenu(item_table)
|
||||
function ReaderBookmark:addToMainMenu(tab_item_table)
|
||||
-- insert table to main reader menu
|
||||
table.insert(item_table, {
|
||||
table.insert(tab_item_table.navi, {
|
||||
text = self.bm_menu_title,
|
||||
callback = function()
|
||||
self:onShowBookmark()
|
||||
|
||||
Reference in New Issue
Block a user