forked from External/mage
This commit is contained in:
parent
8926bcf5c2
commit
d73dbfba11
3 changed files with 24 additions and 23 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue