diff --git a/src/GeneralSettings.jsx b/src/GeneralSettings.jsx index 42f02ba..9f5a5f5 100644 --- a/src/GeneralSettings.jsx +++ b/src/GeneralSettings.jsx @@ -264,7 +264,7 @@ export default function GeneralSettings({ }, [whisperModels, transcriptionModel, onTranscriptionModelChange, panel, settingsHydrated]); useEffect(() => { - if (panel !== 'Microphone') { + if (panel !== 'General') { return () => {}; } if (!audioInputSupported) { @@ -588,7 +588,7 @@ export default function GeneralSettings({ ); } - if (panel === 'Microphone') { + if (panel === 'General') { return (