mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 02:21:28 +03:00
fix a3643f53bf
This commit is contained in:
@@ -983,7 +983,7 @@ Widget getPlatformImage(String platform, {double size = 50}) {
|
|||||||
platform != kPeerPlatformAndroid) {
|
platform != kPeerPlatformAndroid) {
|
||||||
platform = 'win';
|
platform = 'win';
|
||||||
} else {
|
} else {
|
||||||
platform = 'linux';
|
platform = platform.toLowerCase();
|
||||||
}
|
}
|
||||||
return SvgPicture.asset('assets/$platform.svg', height: size, width: size);
|
return SvgPicture.asset('assets/$platform.svg', height: size, width: size);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user