chore: README

This commit is contained in:
lollipopkit
2023-12-12 14:18:09 +08:00
parent 47280b1339
commit 2200ff98d7
11 changed files with 48 additions and 46 deletions

View File

@@ -91,7 +91,7 @@ class _ServerPageState extends State<ServerPage>
// Desktop doesn't support pull to refresh
if (isDesktop) return child;
return RefreshIndicator(
key: ServerProvider.refreshKey,
onRefresh: () async => await Pros.server.refreshData(onlyFailed: true),