Bad pets menu

This commit is contained in:
nea
2023-06-03 14:24:48 +02:00
parent 06a8ace53c
commit 9477a32ad5
5 changed files with 74 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ class ProfileViewer(
init {
val panel = WTabPanel().also { rootPanel = it }
panel.backgroundPainter
listOf<ProfilePage>(SkillPage)
listOf<ProfilePage>(SkillPage, PetsPage)
.forEach { page ->
panel.add(page.getElements(this)) {
it.icon(page.icon)