[bugfix] Config Window: Add functions that replaces the threshold check button's passive/active state within the callbackCloseConfigWindow function(main.py).

This commit is contained in:
Sakamoto Shiina
2023-09-15 13:52:54 +09:00
parent 41d8e9ca87
commit 23b15a8a67

View File

@@ -242,7 +242,9 @@ def callbackCloseConfigWindow():
if config.ENABLE_TRANSCRIPTION_RECEIVE is True:
startThreadingTranscriptionReceiveMessage()
model.stopCheckMicEnergy()
view.replaceMicThresholdCheckButton_Passive()
model.stopCheckSpeakerEnergy()
view.replaceSpeakerThresholdCheckButton_Passive()
# Compact Mode Switch
def callbackEnableConfigWindowCompactMode():