add translation send/receive checkbox

This commit is contained in:
misyaguziya
2023-06-13 19:17:30 +09:00
parent 115d3a75c6
commit 96472dfc81
2 changed files with 65 additions and 38 deletions

View File

@@ -512,7 +512,8 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel):
# main window
self.parent.checkbox_translation.configure(font=customtkinter.CTkFont(family=choice))
self.parent.checkbox_transcription.configure(font=customtkinter.CTkFont(family=choice))
self.parent.checkbox_transcription_send.configure(font=customtkinter.CTkFont(family=choice))
self.parent.checkbox_transcription_receive.configure(font=customtkinter.CTkFont(family=choice))
self.parent.checkbox_foreground.configure(font=customtkinter.CTkFont(family=choice))
self.parent.textbox_message_log.configure(font=customtkinter.CTkFont(family=choice))
self.parent.entry_message_box.configure(font=customtkinter.CTkFont(family=choice))