new: app icon

This commit is contained in:
lollipopkit
2023-06-04 17:19:22 +08:00
parent 261b8e9d29
commit 5600d713a6
46 changed files with 135 additions and 138 deletions

View File

@@ -114,6 +114,7 @@ class _ServerDetailPageState extends State<ServerDetailPage>
child: Image.asset(
iconPath,
fit: BoxFit.contain,
semanticLabel: _s.showDistLogo,
),
);
}