Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-23 17:45:23 +08:00
parent 0957dfc66e
commit 2220372e4f
43 changed files with 99 additions and 96 deletions

View File

@@ -109,7 +109,7 @@ class _DownloadingPageState extends State<DownloadingPage>
void onRemove() {
showConfirmDialog(
context: context,
title: '确定删除选中视频?',
title: const Text('确定删除选中视频?'),
onConfirm: () async {
SmartDialog.showLoading();
final allChecked = this.allChecked.toSet();