change icon

This commit is contained in:
Simon Ding
2024-07-19 15:35:26 +08:00
parent e24ff2e5d2
commit 1786e44933

View File

@@ -59,7 +59,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
? const Icon(Icons.downloading) ? const Icon(Icons.downloading)
: (ep.status == "downloaded" : (ep.status == "downloaded"
? const Icon(Icons.download_done) ? const Icon(Icons.download_done)
: const Icon(Icons.warning_rounded))), : const Icon(Icons.warning_amber_rounded))),
), ),
DataCell(Row( DataCell(Row(
children: [ children: [