fix index + update alert
All checks were successful
/ build_release (push) Successful in 10m33s

This commit is contained in:
Failure 2025-08-15 03:33:34 -07:00
parent 8926bcf5c2
commit d73dbfba11
3 changed files with 24 additions and 23 deletions

View file

@ -46,7 +46,12 @@ public class TaggerModel extends AbstractTableModel {
placeholder.id = "";
placeholder.description = "Please download Scryfall tags from the 'download' tab & reopen";
placeholder.label = "Data missing!";
view.add(placeholder);
Tag placeholder2 = new Tag();
placeholder2.id = "";
placeholder2.description = "You may need do a Scryfall download to associate IDs";
placeholder2.label = "Also!";
view.add(placeholder2);
}
}