feat: Add wide moulconfig mode

This commit is contained in:
Linnea Gräf
2025-07-01 14:38:08 +02:00
parent 6980170dbd
commit 3518f881c2
4 changed files with 6 additions and 1 deletions

View File

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