diff --git a/ts/a11y/speech/SpeechMenu.ts b/ts/a11y/speech/SpeechMenu.ts index 466abb42f..97663197d 100644 --- a/ts/a11y/speech/SpeechMenu.ts +++ b/ts/a11y/speech/SpeechMenu.ts @@ -243,7 +243,7 @@ export async function clearspeakMenu( ) ); }; - if (!menu.settings.speech) { + if (!menu.settings.speech || !menu.settings.enrich) { exit([]); return; }