mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 13:31:28 +03:00
support logo.png
This commit is contained in:
@@ -327,11 +327,7 @@ class _AppIcon extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
margin: EdgeInsets.symmetric(horizontal: 4.0),
|
||||
child: SvgPicture.asset(
|
||||
'assets/logo.svg',
|
||||
width: 30,
|
||||
height: 30,
|
||||
),
|
||||
child: loadLogo(30),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user