mobile png -> svg

This commit is contained in:
csf 2022-09-29 14:08:15 +08:00
parent 42e298741a
commit 7457551b21

View File

@ -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);
}
}