mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Register search options
This commit is contained in:
@@ -124,11 +124,12 @@ function FileManagerMenu:setUpdateItemTable()
|
||||
end
|
||||
})
|
||||
table.insert(self.tab_item_table.info, {
|
||||
text = _("Search Books (experimental)"),
|
||||
text = _("Search books"),
|
||||
callback = function()
|
||||
Search:init()
|
||||
end
|
||||
})
|
||||
table.insert(self.tab_item_table.info, Screen:SearchOptions())
|
||||
end
|
||||
|
||||
function FileManagerMenu:onShowMenu()
|
||||
|
||||
Reference in New Issue
Block a user