Skip to content

Commit 4271006

Browse files
committed
feat: Add UI id to completed challenges count label
1 parent bd240a7 commit 4271006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/github/ilovegamecoding/intellijcodexp/form/CodeXPDashboard.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ public class CodeXPDashboard {
1818
public JPanel pCompletedChallenges;
1919
public JPanel pEventStatistics;
2020
public JPanel pChallenges;
21+
public JLabel lblCompletedChallengesCount;
2122
}

0 commit comments

Comments
 (0)