Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Dec 15, 2023
1 parent 595b0e0 commit 60730df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public DraftPanel() {
.collect(Collectors.toList())
);
hideUnusedPlayerNames(true); // hide default list
editTimeRemaining.setForeground(Color.BLACK); // default color

draftBooster.setOpaque(false);
draftPicks.setSortSetting(SortSettingDraft.getInstance());
Expand Down

0 comments on commit 60730df

Please sign in to comment.