Change icon in text search field to a more appropriate download one

This commit is contained in:
Alexandr 2019-03-21 11:41:06 +03:00 committed by Mathieu Comandon
parent 8303e5c05e
commit 4580cea1bc

View file

@ -665,7 +665,7 @@ class LutrisWindow(Gtk.ApplicationWindow):
if toggle_button.props.active:
self.search_mode = "website"
self.search_entry.set_placeholder_text("Search on Lutris.net")
self.search_entry.set_icon_from_icon_name(Gtk.EntryIconPosition.PRIMARY, "network-workgroup-symbolic")
self.search_entry.set_icon_from_icon_name(Gtk.EntryIconPosition.PRIMARY, "folder-download-symbolic")
self.game_store.search_mode = True
self.search_games(self.search_terms)
else: