Merge branch 'mizaki/auto_summary_attrib' into develop

This commit is contained in:
Timmy Welch 2025-02-08 17:03:10 -08:00
commit cadac0a79e

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: