We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb69ce commit 1bb782eCopy full SHA for 1bb782e
common/src/main/kotlin/com/lambda/gui/impl/clickgui/LambdaClickGui.kt
@@ -6,5 +6,5 @@ import com.lambda.gui.api.component.core.list.IListComponent
6
import com.lambda.module.modules.client.ClickGui
7
8
object LambdaClickGui : LambdaGui("ClickGui", ClickGui), IListComponent<WindowComponent<*>> {
9
- override val children: MutableList<WindowComponent<*>> get() = GuiConfigurable.windows.value
+ override val children: List<WindowComponent<*>> get() = GuiConfigurable.windows.value
10
}
0 commit comments