mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-14 09:01:28 +03:00
android icon
This commit is contained in:
BIN
assets/android.png
Normal file
BIN
assets/android.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
@@ -192,7 +192,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user