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
@@ -14,7 +14,7 @@ function ReaderSearch:init()
|
||||
end
|
||||
|
||||
function ReaderSearch:addToMainMenu(tab_item_table)
|
||||
table.insert(tab_item_table.plugins, {
|
||||
table.insert(tab_item_table.search, {
|
||||
text = _("Fulltext search"),
|
||||
tap_input = {
|
||||
title = _("Input text to search for"),
|
||||
|
||||
Reference in New Issue
Block a user