mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Use a bookmark icon for the saved searches button, since now it is not just for adding
This commit is contained in:
parent
02a26d89e8
commit
f2f25adbaa
@ -268,7 +268,7 @@ class SearchBar(QWidget): # {{{
|
||||
))
|
||||
x.setCursor(Qt.PointingHandCursor)
|
||||
x.setPopupMode(x.InstantPopup)
|
||||
x.setIcon(QIcon(I("plus.png")))
|
||||
x.setIcon(QIcon(I("bookmarks.png")))
|
||||
l.addWidget(x)
|
||||
x.setVisible(not tweaks['show_saved_search_box'])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user