Put disable-fuzzy-search in search menu

pull/3003/head
Hzj_jie 7 years ago committed by Frans de Jonge
parent b0cf2ca18a
commit 20ec1cd6fb

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

@ -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",

Loading…
Cancel
Save