Use a bookmark icon for the saved searches button, since now it is not just for adding

This commit is contained in:
Kovid Goyal 2017-06-09 22:23:59 +05:30
parent 02a26d89e8
commit f2f25adbaa
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'])