mirror of
https://github.com/simon-ding/polaris.git
synced 2026-04-20 10:47:30 +08:00
change icon
This commit is contained in:
@@ -59,7 +59,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
|
||||
? const Icon(Icons.downloading)
|
||||
: (ep.status == "downloaded"
|
||||
? const Icon(Icons.download_done)
|
||||
: const Icon(Icons.warning_rounded))),
|
||||
: const Icon(Icons.warning_amber_rounded))),
|
||||
),
|
||||
DataCell(Row(
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user