[HotKeys] Add a 'type to search' setting to hasKeyboard devices (#12860)

This commit is contained in:
David
2024-12-12 21:23:49 +00:00
committed by GitHub
parent 6565a7eaf6
commit 8f1461316c
2 changed files with 28 additions and 3 deletions

View File

@@ -319,7 +319,6 @@ function ReaderSearch:onShowFulltextSearchInput(search_string)
UIManager:show(self.input_dialog)
self.input_dialog:onShowKeyboard()
return true
end
function ReaderSearch:onShowSearchDialog(text, direction, regex, case_insensitive)