mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
mobile png -> svg
This commit is contained in:
@@ -118,7 +118,7 @@ class FfiModel with ChangeNotifier {
|
|||||||
} else {
|
} else {
|
||||||
final icon =
|
final icon =
|
||||||
'${secure == true ? 'secure' : 'insecure'}${direct == true ? '' : '_relay'}';
|
'${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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user