We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aedc46 commit 2e7e5cbCopy full SHA for 2e7e5cb
1 file changed
basilisk/gui/conversation_tab.py
@@ -719,10 +719,12 @@ def refresh_attachments_list(self):
719
if not self.attachment_files:
720
self.attachments_list_label.Hide()
721
self.attachments_list.Hide()
722
+ self.ocr_button.Hide()
723
self.Layout()
724
return
725
self.attachments_list_label.Show()
726
self.attachments_list.Show()
727
+ self.ocr_button.Show()
728
for attachment in self.attachment_files:
729
self.attachments_list.Append(attachment.get_display_info())
730
last_index = len(self.attachment_files) - 1
0 commit comments