mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
mobile png -> svg
This commit is contained in:
parent
42e298741a
commit
7457551b21
@ -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 New Issue
Block a user