mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Rename tabs and include counts in them
This commit is contained in:
@@ -11,11 +11,11 @@ public class DraftDeckPage extends TabPage {
|
||||
private final CardManager lstDeck = add(new CardManager(false));
|
||||
|
||||
protected DraftDeckPage(BoosterDraft draft0) {
|
||||
super("Deck", FSkinImage.DECKLIST);
|
||||
super("Main (0)", FSkinImage.DECKLIST);
|
||||
|
||||
draft = draft0;
|
||||
|
||||
lstDeck.setCaption("Deck");
|
||||
lstDeck.setCaption("Main Deck");
|
||||
lstDeck.setAlwaysNonUnique(true);
|
||||
lstDeck.setup(ItemManagerConfig.DRAFT_POOL);
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ public class DraftSideboardPage extends TabPage {
|
||||
private final CardManager lstSideboard = add(new CardManager(false));
|
||||
|
||||
protected DraftSideboardPage(BoosterDraft draft0) {
|
||||
super("Sideboard", FSkinImage.FLASHBACK);
|
||||
super("Side (0)", FSkinImage.FLASHBACK);
|
||||
|
||||
draft = draft0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user