diff --git a/Pdf4QtViewer/pdfprogramcontroller.cpp b/Pdf4QtViewer/pdfprogramcontroller.cpp index e4f6c2f..b88b325 100644 --- a/Pdf4QtViewer/pdfprogramcontroller.cpp +++ b/Pdf4QtViewer/pdfprogramcontroller.cpp @@ -573,6 +573,11 @@ void PDFProgramController::finishInitialization() { readSettings(ActionSettings); + if (m_textToSpeech) + { + m_textToSpeech->setSettings(m_settings); + } + updatePageLayoutActions(); m_mainWindowInterface->updateUI(true); onViewerSettingsChanged();