diff --git a/src/components/DocumentSettings.tsx b/src/components/DocumentSettings.tsx
index 72ac593..49d1d42 100644
--- a/src/components/DocumentSettings.tsx
+++ b/src/components/DocumentSettings.tsx
@@ -32,7 +32,8 @@ export function DocumentSettings({ isOpen, setIsOpen, epub, html }: {
footerMargin,
leftMargin,
rightMargin,
- updateConfigKey
+ updateConfigKey,
+ pdfHighlightEnabled,
} = useConfig();
const { createFullAudioBook: createEPUBAudioBook, regenerateChapter: regenerateEPUBChapter } = useEPUB();
const { createFullAudioBook: createPDFAudioBook, regenerateChapter: regeneratePDFChapter } = usePDF();
@@ -327,6 +328,22 @@ export function DocumentSettings({ isOpen, setIsOpen, epub, html }: {
)}
+ {!epub && !html && (
+
+
+
+ Show visual highlighting in the PDF viewer while TTS is reading.
+
+
+ )}
{epub && (