new: animation of circle_chart

This commit is contained in:
lollipopkit
2023-08-20 21:59:28 +08:00
parent a0287a9f36
commit d5f8cf6cf0
5 changed files with 36 additions and 28 deletions

View File

@@ -153,7 +153,7 @@ class _HomePageState extends State<HomePage>
return IconButton(
icon: const Icon(Icons.refresh, size: 23),
tooltip: 'Refresh',
onPressed: () => _serverProvider.refreshData(),
onPressed: () => _serverProvider.refreshData(onlyFailed: true),
);
},
),