[bugfix/Update] Config Page: Device Tab. Mic/Speaker auto select section. Fetch initial data.

This commit is contained in:
Sakamoto Shiina
2024-09-16 04:06:34 +09:00
parent a439f7e3da
commit 0e623b73fd
2 changed files with 8 additions and 0 deletions

View File

@@ -76,8 +76,10 @@ export const useReceiveRoutes = () => {
"/config/version": updateSoftwareVersion,
"/config/enable_mic_automatic_selection": updateEnableAutoMicSelect,
"/controller/callback_enable_mic_automatic_selection": updateEnableAutoMicSelect,
"/controller/callback_disable_mic_automatic_selection": updateEnableAutoMicSelect,
"/config/enable_speaker_automatic_selection": updateEnableAutoSpeakerSelect,
"/controller/callback_enable_speaker_automatic_selection": updateEnableAutoSpeakerSelect,
"/controller/callback_disable_speaker_automatic_selection": updateEnableAutoSpeakerSelect,