opt: replace gif

This commit is contained in:
guozhigq
2024-11-12 00:02:08 +08:00
parent b1821163bd
commit 539e83fb94
4 changed files with 5 additions and 5 deletions

View File

@ -153,7 +153,7 @@ class _PagesPanelState extends State<PagesPanel> {
children: <Widget>[
if (isCurrentIndex) ...<Widget>[
Image.asset(
'assets/images/live.gif',
'assets/images/live.png',
color: Theme.of(context).colorScheme.primary,
height: 12,
),