Skip to content

Commit 2d7b0e2

Browse files
committed
Updated search icon
Updated the search icon, due to coming support for other devices than phones.
1 parent 4222309 commit 2d7b0e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openandroidinstaller/views/start_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def build(self):
186186
FilledButton(
187187
"Search for device",
188188
on_click=self.search_devices,
189-
icon=icons.PHONE_ANDROID,
189+
icon=icons.DEVICES_OTHER_OUTLINED,
190190
expand=True,
191191
tooltip="Search for a connected device.",
192192
),

0 commit comments

Comments
 (0)