fix: trending

This commit is contained in:
My-Responsitories
2025-04-16 20:49:31 +08:00
parent 9ccf91659f
commit 296cd863d2
2 changed files with 15 additions and 2 deletions

View File

@@ -56,6 +56,15 @@ class HotKeyword extends StatelessWidget {
height: 15,
),
)
else if (i.showLiveIcon == true)
Padding(
padding: const EdgeInsets.only(left: 4),
child: Image.asset(
'assets/images/live/live_@28h.gif',
width: 48,
height: 15,
),
)
],
),
),