mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 23:58:13 +08:00
@@ -248,7 +248,7 @@ class _DownloadPageState extends State<DownloadPage> {
|
||||
Get.back();
|
||||
showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定删除?',
|
||||
title: const Text('确定删除?'),
|
||||
onConfirm: () async {
|
||||
await GStorage.watchProgress.deleteAll(
|
||||
pageInfo.entries.map((e) => e.cid.toString()),
|
||||
|
||||
Reference in New Issue
Block a user