Fixes to the loading of the speaker options

This commit is contained in:
2025-12-15 15:19:47 +01:00
parent 6e0ea41ea6
commit aba8552d11
2 changed files with 12 additions and 7 deletions
+6 -1
View File
@@ -177,7 +177,12 @@ cur_speaker.addEventListener("change", (e) =>{
})
window.electron.speakerAudios((event, arg) => {
setSpeakerAudiosValue(arg);
try {
setSpeakerAudiosValue(arg);
loadSpeakerOptions(arg);
} catch (error) {
}
})
window.electron.progress((event, arg) => {