mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
@@ -198,7 +198,7 @@ class _DownloadDetailPageState extends State<DownloadDetailPage>
|
||||
void onRemove() {
|
||||
showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定删除选中视频?',
|
||||
title: const Text('确定删除选中视频?'),
|
||||
onConfirm: () async {
|
||||
SmartDialog.showLoading();
|
||||
final watchProgress = GStorage.watchProgress;
|
||||
|
||||
@@ -73,7 +73,7 @@ class DetailItem extends StatelessWidget {
|
||||
Get.back();
|
||||
showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定删除该视频?',
|
||||
title: const Text('确定删除该视频?'),
|
||||
onConfirm: onDelete,
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user