Show chapter transition warning

- on scanlator change
- on skipped chapters
This commit is contained in:
schroda
2024-12-11 22:33:04 +01:00
parent 8ca0af8d02
commit 6dd2c8e2ff
4 changed files with 96 additions and 35 deletions

View File

@@ -25,7 +25,7 @@ export const awaitConfirmation = async (
if (accepted) {
confirmationPromise.resolve();
} else {
confirmationPromise.reject();
confirmationPromise.reject(new Error('Confirmation declined'));
}
root.unmount();