mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
@@ -280,7 +280,7 @@ class _FavDetailPageState extends State<FavDetailPage> with GridMixin {
|
||||
PopupMenuItem(
|
||||
onTap: () => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定删除该收藏夹?',
|
||||
title: const Text('确定删除该收藏夹?'),
|
||||
onConfirm: () =>
|
||||
FavHttp.deleteFolder(mediaIds: mediaId).then((res) {
|
||||
if (res.isSuccess) {
|
||||
|
||||
Reference in New Issue
Block a user