improved (most) icons/image scaling, including avatar scaling
This commit is contained in:
parent
59b91e150e
commit
a04b8ad8c7
10 changed files with 255 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ abstract class PlatformInfos {
|
|||
child: const Text('Logs'),
|
||||
),
|
||||
],
|
||||
applicationIcon: Image.asset('assets/logo.png', width: 64, height: 64),
|
||||
applicationIcon: Image.asset('assets/logo.png', width: 64, height: 64, filterQuality: FilterQuality.medium,),
|
||||
applicationName: AppConfig.applicationName,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue