From d85a68ed3cb32ac0d0f65a02abcc9d2211412e01 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 17 Apr 2026 09:06:19 +0200 Subject: [PATCH] Update GeneralSettings.jsx to handle 'General' panel changes --- src/GeneralSettings.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (