mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
mobile png -> svg
This commit is contained in:
parent
42e298741a
commit
7457551b21
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class FfiModel with ChangeNotifier {
|
|||
} else {
|
||||
final icon =
|
||||
'${secure == true ? 'secure' : 'insecure'}${direct == true ? '' : '_relay'}';
|
||||
return SvgPicture.asset('assets/$icon.png', width: 48, height: 48);
|
||||
return SvgPicture.asset('assets/$icon.svg', width: 48, height: 48);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue