android icon
This commit is contained in:
parent
da4fc7f906
commit
8823c4f785
BIN
assets/android.png
Normal file
BIN
assets/android.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
@ -188,7 +188,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
|||||||
platform = platform.toLowerCase();
|
platform = platform.toLowerCase();
|
||||||
if (platform == 'mac os')
|
if (platform == 'mac os')
|
||||||
platform = 'mac';
|
platform = 'mac';
|
||||||
else if (platform != 'linux') platform = 'win';
|
else if (platform != 'linux' && platform != 'android') platform = 'win';
|
||||||
return Image.asset('assets/$platform.png', width: 24, height: 24);
|
return Image.asset('assets/$platform.png', width: 24, height: 24);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user