Merge branch 'main' into 'main'
Improve (most) icons and image scaling, including avatar scaling See merge request famedly/fluffychat!1022
This commit is contained in:
commit
5e5aaa8ff9
10 changed files with 267 additions and 4 deletions
|
|
@ -62,7 +62,12 @@ 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