mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove the quick access to search options from next to the search bar, as we now have a separate search highlights toggle button
This commit is contained in:
parent
9b581963ed
commit
66e37a89df
@ -205,6 +205,7 @@ class SearchBar(QWidget): # {{{
|
||||
x.setObjectName("search_option_button")
|
||||
l.addWidget(x)
|
||||
x.setToolTip(_("Change the way searching for books works"))
|
||||
x.setVisible(False)
|
||||
|
||||
x = parent.saved_search = SavedSearchBox(self)
|
||||
x.setMaximumSize(QSize(150, 16777215))
|
||||
|
Loading…
x
Reference in New Issue
Block a user