diff --git a/enjoy/src/renderer/components/whisper-model-options.tsx b/enjoy/src/renderer/components/whisper-model-options.tsx index 6ed7189d..5ba74b99 100644 --- a/enjoy/src/renderer/components/whisper-model-options.tsx +++ b/enjoy/src/renderer/components/whisper-model-options.tsx @@ -104,6 +104,7 @@ export const WhisperModelOptions = () => { } if (state.state === "completed") { model.downloaded = true; + setWhisperModel(model.name); EnjoyApp.download.removeAllListeners(); }