diff --git a/frontend/ui/elements/filemanager_menu_order.lua b/frontend/ui/elements/filemanager_menu_order.lua index fee325f66..6194a5d04 100644 --- a/frontend/ui/elements/filemanager_menu_order.lua +++ b/frontend/ui/elements/filemanager_menu_order.lua @@ -51,6 +51,8 @@ local order = { }, search = { "dictionary_lookup", + "disable_fuzzy_search", + "----------------------------", "wikipedia_lookup", "----------------------------", "find_book_in_calibre_catalog", diff --git a/frontend/ui/elements/reader_menu_order.lua b/frontend/ui/elements/reader_menu_order.lua index c63fd9cf0..b297392c1 100644 --- a/frontend/ui/elements/reader_menu_order.lua +++ b/frontend/ui/elements/reader_menu_order.lua @@ -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",