起動時にToplevelWindowConfigを生成するように変更
This commit is contained in:
@@ -406,7 +406,7 @@ class ToplevelWindowConfig(CTkToplevel):
|
||||
self.parent.checkbox_translation.configure(state="normal")
|
||||
self.parent.checkbox_transcription_send.configure(state="normal")
|
||||
self.parent.checkbox_transcription_receive.configure(state="normal")
|
||||
self.parent.config_window.destroy()
|
||||
self.parent.config_window.withdraw()
|
||||
|
||||
def entry_message_format_callback(self, event):
|
||||
value = self.entry_message_format.get()
|
||||
|
||||
Reference in New Issue
Block a user