Remove Act, AutoUpdater, and Book IPC modules alongside associated database logic.

This commit is contained in:
natreex
2026-04-05 19:18:42 -04:00
parent d4765e6576
commit 687c1d582c
99 changed files with 500 additions and 28269 deletions

View File

@@ -135,7 +135,7 @@ export default function ScribeChapterComponent() {
});
} catch (e: unknown) {
if (e instanceof Error) {
errorMessage(t("scribeChapterComponent.errorChapterUpdateFr"));
errorMessage(e.message);
} else {
errorMessage(t("scribeChapterComponent.errorChapterUpdateEn"));
}