aboutsummaryrefslogtreecommitdiff
path: root/ext/mixed/js/display.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-12 23:59:21 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2019-10-13 12:21:19 -0400
commit7bae3824e74461fbd5c9f66f921b05a47a40cbf4 (patch)
treed0cdc8580497e447e05a31ab1e4806c4f325390b /ext/mixed/js/display.js
parent69b28571bdf8fb4c13198223e8a5668cf490840c (diff)
Add support for text-to-speech playback
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r--ext/mixed/js/display.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js
index cf38d09d..e0994f8a 100644
--- a/ext/mixed/js/display.js
+++ b/ext/mixed/js/display.js
@@ -197,6 +197,7 @@ class Display {
this.options = options ? options : await apiOptionsGet(this.getOptionsContext());
this.updateTheme(this.options.general.popupTheme);
this.setCustomCss(this.options.general.customPopupCss);
+ audioPrepareTextToSpeech(this.options);
}
updateTheme(themeName) {