Require manga and chapter action confirmations

closes #927
This commit is contained in:
schroda
2025-06-28 02:25:49 +02:00
parent 592ca7881e
commit 7702edb02f
6 changed files with 233 additions and 123 deletions

View File

@@ -63,7 +63,7 @@ export const useManageMangaLibraryState = (
});
}
await Mangas.removeFromLibrary([manga.id]);
await Mangas.removeFromLibrary([manga.id], true);
setIsInLibrary(false);
}, [manga.id, confirmRemoval]);