[Update] main window のcheckboxをONの状態でもconfigを開けるように変更

This commit is contained in:
misygauziya
2023-07-26 11:23:44 +09:00
parent 6627b5e7e6
commit 9be6e3de41
2 changed files with 65 additions and 29 deletions

View File

@@ -502,7 +502,8 @@ class ToplevelWindowConfig(CTkToplevel):
self.checkbox_input_speaker_threshold_check.deselect()
self.checkbox_input_mic_threshold_check_callback()
self.checkbox_input_speaker_threshold_check_callback()
self.parent.transcription_start()
self.parent.foreground_start()
self.parent.checkbox_translation.configure(state="normal")
self.parent.checkbox_transcription_send.configure(state="normal")
self.parent.checkbox_transcription_receive.configure(state="normal")