Put disable-fuzzy-search in search menu

This commit is contained in:
Hzj_jie
2017-07-02 23:29:11 -07:00
committed by Frans de Jonge
parent b0cf2ca18a
commit 20ec1cd6fb
2 changed files with 4 additions and 1 deletions

View File

@@ -51,6 +51,8 @@ local order = {
},
search = {
"dictionary_lookup",
"disable_fuzzy_search",
"----------------------------",
"wikipedia_lookup",
"----------------------------",
"find_book_in_calibre_catalog",

View File

@@ -32,7 +32,6 @@ local order = {
},
setting = {
"read_from_right_to_left",
"disable_fuzzy_search",
-- common settings
-- those that don't exist will simply be skipped during menu gen
"frontlight", -- if Device:hasFrontlight()
@@ -70,6 +69,8 @@ local order = {
},
search = {
"dictionary_lookup",
"disable_fuzzy_search",
"----------------------------",
"wikipedia_lookup",
"----------------------------",
"goodreads",