diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-12 23:59:21 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-13 12:21:19 -0400 |
commit | 7bae3824e74461fbd5c9f66f921b05a47a40cbf4 (patch) | |
tree | d0cdc8580497e447e05a31ab1e4806c4f325390b /ext/mixed/js/display.js | |
parent | 69b28571bdf8fb4c13198223e8a5668cf490840c (diff) |
Add support for text-to-speech playback
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 1 |
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) { |