From 131b8fef4cde357715c0cefcbef2df09485ae1d1 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 22 Jan 2024 12:21:58 +0100 Subject: [PATCH] irgendwie war die quit-funktion verschwunden und save+exit klappte nicht mehr. ist jetzt wieder drin --- journal.py | 1 + 1 file changed, 1 insertion(+) diff --git a/journal.py b/journal.py index ce36ccf..4291714 100755 --- a/journal.py +++ b/journal.py @@ -64,6 +64,7 @@ def save_and_quit_button_clicked(): journal_of_the_day.write(name.get() + "\n") journal_of_the_day.write(message_text.get(1.0, "end-1c") + "\n") journal_of_the_day.write("-----------------\n") + journal.quit() # Send Button button_send = ttk.Button(