diff --git a/src-python/webui_mainloop.py b/src-python/webui_mainloop.py index f4c4a4cd..1ee43192 100644 --- a/src-python/webui_mainloop.py +++ b/src-python/webui_mainloop.py @@ -41,7 +41,7 @@ config_mapping = { "/config/ui_language": "UI_LANGUAGE", "/config/enable_restore_main_window_geometry": "ENABLE_RESTORE_MAIN_WINDOW_GEOMETRY", "/config/main_window_geometry": "MAIN_WINDOW_GEOMETRY", - "/config/ENABLE_MIC_AUTOMATIC_SELECTION": "ENABLE_MIC_AUTOMATIC_SELECTION", + "/config/enable_mic_automatic_selection": "ENABLE_MIC_AUTOMATIC_SELECTION", "/config/choice_mic_host": "CHOICE_MIC_HOST", "/config/choice_mic_device": "CHOICE_MIC_DEVICE", "/config/input_mic_energy_threshold": "INPUT_MIC_ENERGY_THRESHOLD", @@ -52,7 +52,7 @@ config_mapping = { "/config/input_mic_word_filter": "INPUT_MIC_WORD_FILTER", "/config/input_mic_avg_logprob": "INPUT_MIC_AVG_LOGPROB", "/config/input_mic_no_speech_prob": "INPUT_MIC_NO_SPEECH_PROB", - "/config/ENABLE_SPEAKER_AUTOMATIC_SELECTION": "ENABLE_SPEAKER_AUTOMATIC_SELECTION", + "/config/enable_speaker_automatic_selection": "ENABLE_SPEAKER_AUTOMATIC_SELECTION", "/config/choice_speaker_device": "CHOICE_SPEAKER_DEVICE", "/config/input_speaker_energy_threshold": "INPUT_SPEAKER_ENERGY_THRESHOLD", "/config/input_speaker_dynamic_energy_threshold": "INPUT_SPEAKER_DYNAMIC_ENERGY_THRESHOLD",