mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 12:32:40 +08:00
@@ -125,7 +125,7 @@ class _FavNoteChildPageState extends State<FavNoteChildPage>
|
||||
if (_favNoteController.checkedCount != 0) {
|
||||
showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定删除已选中的笔记吗?',
|
||||
title: const Text('确定删除已选中的笔记吗?'),
|
||||
onConfirm: _favNoteController.onRemove,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user