From d7961f2510ea75ef32e50bc6da57b769db6442a0 Mon Sep 17 00:00:00 2001 From: jeffser Date: Tue, 4 Jun 2024 14:14:09 -0600 Subject: [PATCH] Last minute fix --- src/window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.py b/src/window.py index a876bb5..885312b 100644 --- a/src/window.py +++ b/src/window.py @@ -186,6 +186,7 @@ class AlpacaWindow(Adw.ApplicationWindow): shutil.copy(content['path'], os.path.join(self.data_dir, "chats", self.chats['selected_chat'], id, name)) content["button"].get_parent().remove(content["button"]) self.attachments = {} + self.attachment_box.set_visible(False) #{"path": file_path, "type": file_type, "content": content}