mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user