diff --git a/VRCT.py b/VRCT.py index aa52f8f8..bb096440 100644 --- a/VRCT.py +++ b/VRCT.py @@ -718,10 +718,11 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel): self.optionmenu_translation_input_source_language.configure(font=customtkinter.CTkFont(family=choice)) self.label_translation_input_arrow.configure(font=customtkinter.CTkFont(family=choice)) self.optionmenu_translation_input_target_language.configure(font=customtkinter.CTkFont(family=choice)) - # self.label_translation_output_language.configure(font=customtkinter.CTkFont(family=choice)) - # self.optionmenu_translation_output_source_language.configure(font=customtkinter.CTkFont(family=choice)) - # self.label_translation_output_arrow.configure(font=customtkinter.CTkFont(family=choice)) - # self.optionmenu_translation_output_target_language.configure(font=customtkinter.CTkFont(family=choice)) + self.label_translation_output_language.configure(font=customtkinter.CTkFont(family=choice)) + self.optionmenu_translation_output_source_language.configure(font=customtkinter.CTkFont(family=choice)) + self.label_translation_output_arrow.configure(font=customtkinter.CTkFont(family=choice)) + self.label_translation_output_arrow.configure(font=customtkinter.CTkFont(family=choice)) + self.optionmenu_translation_output_target_language.configure(font=customtkinter.CTkFont(family=choice)) # tab Transcription self.label_input_mic_device.configure(font=customtkinter.CTkFont(family=choice)) @@ -730,12 +731,12 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel): self.optionmenu_input_mic_voice_language.configure(font=customtkinter.CTkFont(family=choice)) self.label_input_mic_is_dynamic.configure(font=customtkinter.CTkFont(family=choice)) self.label_input_mic_threshold.configure(font=customtkinter.CTkFont(family=choice)) - # self.label_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice)) - # self.optionmenu_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice)) - # self.label_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice)) - # self.optionmenu_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice)) - # self.label_input_speaker_is_dynamic.configure(font=customtkinter.CTkFont(family=choice)) - # self.label_input_speaker_threshold.configure(font=customtkinter.CTkFont(family=choice)) + self.label_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice)) + self.optionmenu_input_speaker_device.configure(font=customtkinter.CTkFont(family=choice)) + self.label_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice)) + self.optionmenu_input_speaker_voice_language.configure(font=customtkinter.CTkFont(family=choice)) + self.label_input_speaker_is_dynamic.configure(font=customtkinter.CTkFont(family=choice)) + self.label_input_speaker_threshold.configure(font=customtkinter.CTkFont(family=choice)) # tab Parameter self.label_ip_address.configure(font=customtkinter.CTkFont(family=choice))