[Update] 不要なコードを削除/typoを修正

This commit is contained in:
misygauziya
2023-07-27 15:11:08 +09:00
parent a1fcf0702b
commit 3b0ee5325d

View File

@@ -331,7 +331,6 @@ class App(CTk):
image=CTkImage(Image_open(os_path.join(os_path.dirname(__file__), "img", "info-icon-white.png"))) image=CTkImage(Image_open(os_path.join(os_path.dirname(__file__), "img", "info-icon-white.png")))
) )
self.button_information.grid(row=5, column=0, padx=(10, 5), pady=(5, 5), sticky="wse") self.button_information.grid(row=5, column=0, padx=(10, 5), pady=(5, 5), sticky="wse")
self.information_window = None
# add button config # add button config
self.button_config = CTkButton( self.button_config = CTkButton(
@@ -608,6 +607,7 @@ class App(CTk):
print_textbox(self.textbox_message_system_log, "Start speaker2log", "INFO") print_textbox(self.textbox_message_system_log, "Start speaker2log", "INFO")
self.checkbox_transcription_send.configure(state="normal") self.checkbox_transcription_send.configure(state="normal")
self.checkbox_transcription_receive.configure(state="normal") self.checkbox_transcription_receive.configure(state="normal")
self.button_config.configure(state="normal", fg_color=["#3B8ED0", "#1F6AA5"])
def transcription_receive_stop(self): def transcription_receive_stop(self):
if isinstance(self.spk_print_transcript, thread_fnc): if isinstance(self.spk_print_transcript, thread_fnc):