diff --git a/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt b/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt index d4df90a..5895bb6 100644 --- a/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt +++ b/common/src/main/kotlin/fr/username404/snowygui/config/ConfigScreen.kt @@ -52,7 +52,7 @@ val SnowyConfigScreen: Screen get() { }.setTooltip(Component.nullToEmpty("WARNING: Do not use this on servers or you might get banned.")).build() ).addEntry(startSubCategory(TranslatableComponent("$confPrefix.colors")).also { builder -> builder.addAll( - ClickGui.clickboxes.filterNot { it.hidden }.map { box -> + ClickGui.clickboxes.map { box -> startColorField(box.name, box.color).setSaveConsumer { box.color = it }.setDefaultValue(Category.values().find {