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
@@ -24,7 +24,7 @@ function ReaderDictionary:init()
|
||||
end
|
||||
|
||||
function ReaderDictionary:addToMainMenu(tab_item_table)
|
||||
table.insert(tab_item_table.plugins, {
|
||||
table.insert(tab_item_table.search, {
|
||||
text = _("Dictionary lookup"),
|
||||
tap_input = {
|
||||
title = _("Enter a word to look up"),
|
||||
|
||||
Reference in New Issue
Block a user