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