mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Make advanced_search save history
This commit is contained in:
parent
0a730c46ee
commit
882d16ffd1
@ -384,7 +384,7 @@ class SearchBoxMixin(object): # {{{
|
||||
def do_advanced_search(self, *args):
|
||||
d = SearchDialog(self, self.library_view.model().db)
|
||||
if d.exec_() == QDialog.Accepted:
|
||||
self.search.set_search_string(d.search_string())
|
||||
self.search.set_search_string(d.search_string(), store_in_history=True)
|
||||
|
||||
def do_search_button(self):
|
||||
self.search.do_search()
|
||||
|
Loading…
x
Reference in New Issue
Block a user