diff --git a/src/components/DocumentSettings.tsx b/src/components/DocumentSettings.tsx index 3434417..4e4a7df 100644 --- a/src/components/DocumentSettings.tsx +++ b/src/components/DocumentSettings.tsx @@ -28,6 +28,7 @@ export function DocumentSettings({ isOpen, setIsOpen, epub, html }: { const { viewType, skipBlank, + keepPlayingInBackground, epubTheme, smartSentenceSplitting, headerMargin, @@ -316,6 +317,20 @@ export function DocumentSettings({ isOpen, setIsOpen, epub, html }: { Automatically skip pages with no text content

} + {!html &&
+ +

+ Continue TTS playback when this tab is not active +

+
} {!html && (