Add source info to auto-tag summary window

This commit is contained in:
Mizaki 2025-02-08 22:40:39 +00:00
parent 5ee467465a
commit 8847518818

View File

@ -1974,7 +1974,7 @@ class TaggerWindow(QtWidgets.QMainWindow):
self.load_archive(new_ca)
self.atprogdialog = None
summary = ""
summary = f"<p>{self.current_talker().attribution}</p>"
summary += f"Successfully added {tag_names} tags to {len(match_results.good_matches)} archive(s)\n"
if len(match_results.multiple_matches) > 0: