some png -> svg

This commit is contained in:
rustdesk
2022-09-27 18:34:05 +08:00
parent dac851ace9
commit 70e7e99531
16 changed files with 41 additions and 15 deletions

View File

@@ -151,6 +151,7 @@ class _PeerCardState extends State<_PeerCard>
color: str2color('${peer.id}${peer.platform}', 0x7f),
),
alignment: Alignment.center,
width: 42,
child: getPlatformImage(peer.platform, size: 30).paddingAll(6),
),
Expanded(