chore: Default enable moulconfig

This commit is contained in:
Linnea Gräf
2024-11-12 22:03:23 +01:00
parent 76b7934407
commit 3308bb6df3

View File

@@ -17,7 +17,7 @@ object AllConfigsGui {
object ConfigConfig : ManagedConfig("configconfig", Category.META) { object ConfigConfig : ManagedConfig("configconfig", Category.META) {
val enableYacl by toggle("enable-yacl") { false } val enableYacl by toggle("enable-yacl") { false }
val enableMoulConfig by toggle("enable-moulconfig") { false } val enableMoulConfig by toggle("enable-moulconfig") { true }
} }
fun <T> List<T>.toObservableList(): ObservableList<T> = ObservableList(this) fun <T> List<T>.toObservableList(): ObservableList<T> = ObservableList(this)