bugfix: input media file recover old setting

This commit is contained in:
w-okada 2023-07-08 20:05:35 +09:00
parent b1d361aaae
commit aca23038bb
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -273,7 +273,7 @@ export const DeviceArea = (_props: DeviceAreaProps) => {
</div>
</div>
);
}, [audioInputForGUI, fileInputEchoback, serverSetting.serverSetting]);
}, [audioInputForGUI, fileInputEchoback, setting, serverSetting.serverSetting]);
// (3) Audio Output
useEffect(() => {