diff --git a/src/components/StupWizard/index.tsx b/src/components/StupWizard/index.tsx index 4b4a0df..fbeda6b 100644 --- a/src/components/StupWizard/index.tsx +++ b/src/components/StupWizard/index.tsx @@ -322,7 +322,7 @@ const VideoComponents = () => { { + value={audioDeviceManager.ecordingItem || null} onChange={async (e) => { setting.ecordingDeviceId = e; storage.setItem('setting', JSON.stringify(setting)) setAudioDeviceManager({ @@ -749,7 +749,7 @@ const AudioComponents = () => {