mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Reorganize menus
* Replace "home" (exit) menu with hamburger * Discard pokeball and put items in hamburger * Introduce search menu in reader Cf. #2562
This commit is contained in:
committed by
Qingping Hou
parent
7fb2dc8d5c
commit
d1785e1863
@@ -49,7 +49,7 @@ function ReaderWikipedia:lookupInput()
|
||||
end
|
||||
|
||||
function ReaderWikipedia:addToMainMenu(tab_item_table)
|
||||
table.insert(tab_item_table.plugins, {
|
||||
table.insert(tab_item_table.search, {
|
||||
text = _("Wikipedia lookup"),
|
||||
callback = function()
|
||||
if NetworkMgr:isOnline() then
|
||||
|
||||
Reference in New Issue
Block a user