mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-23 07:12:32 -04:00
Selecting a remembered search should perform it
This commit is contained in:
@@ -237,6 +237,7 @@ class SearchInput(QWidget): # {{{
|
||||
idx = self.query_type.findData(s['mode'])
|
||||
if idx > -1:
|
||||
self.query_type.setCurrentIndex(idx)
|
||||
self.find_next()
|
||||
|
||||
def search_query(self, backwards=False):
|
||||
text = self.search_box.currentText().strip()
|
||||
|
||||
Reference in New Issue
Block a user