Fixed the change speaker feature. every step till the point where its send to the main functions now

This commit is contained in:
2025-12-17 15:29:04 +01:00
parent 2778626e4b
commit fc8770e67f
5 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ try {
speakerAudios: (callback) => ipcRenderer.on('speakerAudios', callback)
})
contextBridge.exposeInMainWorld("submitSpeaker", {
submitSpeaker: (speaker_names) => {ipcRenderer.send("speaker_submit", speaker_names)}
speaker_submit: (speaker_names) => {ipcRenderer.send("speaker_submit", speaker_names)}
})
contextBridge.exposeInMainWorld("download", {