Skip to content

Commit 1bb782e

Browse files
committed
Forgor
1 parent efb69ce commit 1bb782e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/gui/impl/clickgui/LambdaClickGui.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import com.lambda.gui.api.component.core.list.IListComponent
66
import com.lambda.module.modules.client.ClickGui
77

88
object LambdaClickGui : LambdaGui("ClickGui", ClickGui), IListComponent<WindowComponent<*>> {
9-
override val children: MutableList<WindowComponent<*>> get() = GuiConfigurable.windows.value
9+
override val children: List<WindowComponent<*>> get() = GuiConfigurable.windows.value
1010
}

0 commit comments

Comments
 (0)