develop #18

Merged
Fabel merged 65 commits from develop into main 2024-12-05 11:16:03 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit ec3e542030 - Show all commits

View File

@ -184,3 +184,5 @@ class MainFrameController:
self.frame.output_textbox.delete("0.0", "end")
self.frame.output_textbox.insert("0.0", output)
self.frame.output_textbox.configure(state="disabled")