Skip to content

Commit d7961f2

Browse files
committed
Last minute fix
1 parent 45f5214 commit d7961f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def send_message(self, button=None):
186186
shutil.copy(content['path'], os.path.join(self.data_dir, "chats", self.chats['selected_chat'], id, name))
187187
content["button"].get_parent().remove(content["button"])
188188
self.attachments = {}
189+
self.attachment_box.set_visible(False)
189190

190191
#{"path": file_path, "type": file_type, "content": content}
191192

0 commit comments

Comments
 (0)