[Update] Config Page: Others Tab. Add section, send message button type.
This commit is contained in:
@@ -31,6 +31,7 @@ const StartPythonFacadeComponent = () => {
|
||||
getSelectedSpeakerDevice,
|
||||
|
||||
getEnableAutoClearMessageBox,
|
||||
getSendMessageButtonType,
|
||||
} = useConfig();
|
||||
|
||||
|
||||
@@ -46,6 +47,7 @@ const StartPythonFacadeComponent = () => {
|
||||
getSelectedSpeakerDevice();
|
||||
|
||||
getEnableAutoClearMessageBox();
|
||||
getSendMessageButtonType();
|
||||
}).catch((err) => {
|
||||
console.error(err);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user