When downloading a voice model, the progress bar is only visible inside the settings panel. If the user switches to another tab, they can't see the progress.
What to do:
- Update
document.title during download, e.g. (42%) Live Translator
- Restore the original title when download completes
Files to look at:
web/static/js/app.js — downloadSelectedVoice() and downloadDefaultVoice() functions
When downloading a voice model, the progress bar is only visible inside the settings panel. If the user switches to another tab, they can't see the progress.
What to do:
document.titleduring download, e.g.(42%) Live TranslatorFiles to look at:
web/static/js/app.js—downloadSelectedVoice()anddownloadDefaultVoice()functions