[Update] Main Page: Message input box. Add function, auto clear message box.

This commit is contained in:
Sakamoto Shiina
2024-09-08 18:14:58 +09:00
parent 28a602e01e
commit 6aa427baec
4 changed files with 15 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ const StartPythonFacadeComponent = () => {
// getMicDeviceList,
getSelectedMicDevice,
getSelectedSpeakerDevice,
getEnableAutoClearMessageBox,
} = useConfig();
@@ -42,6 +44,8 @@ const StartPythonFacadeComponent = () => {
// getMicDeviceList();
getSelectedMicDevice();
getSelectedSpeakerDevice();
getEnableAutoClearMessageBox();
}).catch((err) => {
console.error(err);
});