Merge branch 'mizaki-auto_ident_message' into develop

This commit is contained in:
Timmy Welch 2023-06-11 21:44:05 -07:00
commit 82a22d25ea

View File

@ -1018,7 +1018,9 @@ class TaggerWindow(QtWidgets.QMainWindow):
# Only need this check is the source has issue level data.
if autoselect and issue_number == "":
QtWidgets.QMessageBox.information(
self, "Automatic Identify Search", "Can't auto-identify without an issue number (yet!)"
self,
"Automatic Identify Search",
"Can't auto-identify without an issue number. The auto-tag function has the 'If no issue number, assume \"1\"' option if desired.",
)
return