[Update] Config Page: Others Tab. Add section, send message button type.

This commit is contained in:
Sakamoto Shiina
2024-09-08 23:13:18 +09:00
parent 6aa427baec
commit 2b9061d74d
7 changed files with 59 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ const StartPythonFacadeComponent = () => {
getSelectedSpeakerDevice,
getEnableAutoClearMessageBox,
getSendMessageButtonType,
} = useConfig();
@@ -46,6 +47,7 @@ const StartPythonFacadeComponent = () => {
getSelectedSpeakerDevice();
getEnableAutoClearMessageBox();
getSendMessageButtonType();
}).catch((err) => {
console.error(err);
});