Skip to content

Commit

Permalink
Updated search icon
Browse files Browse the repository at this point in the history
Updated the search icon, due to coming support for other devices than phones.
  • Loading branch information
MagicLike committed Mar 13, 2023
1 parent 4222309 commit 2d7b0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/start_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def build(self):
FilledButton(
"Search for device",
on_click=self.search_devices,
icon=icons.PHONE_ANDROID,
icon=icons.DEVICES_OTHER_OUTLINED,
expand=True,
tooltip="Search for a connected device.",
),
Expand Down

0 comments on commit 2d7b0e2

Please sign in to comment.