Set insertInFront to false in ConfigScreen.kt
This commit is contained in:
parent
439a6f73e4
commit
f4203bcd16
|
@ -46,7 +46,7 @@ val SnowyConfigScreen: Screen get() {
|
|||
).addEntry(startStrList(
|
||||
TranslatableComponent(Category.MACROS.translationKey),
|
||||
macrosButtons.map { it.run { "$title: $command" } }
|
||||
).setDefaultValue(Configuration.foundMacros.map { "${it.title}: ${it.command}" }).setErrorSupplier { list ->
|
||||
).setInsertInFront(false).setDefaultValue(Configuration.foundMacros.map { "${it.title}: ${it.command}" }).setErrorSupplier { list ->
|
||||
supplyComponent(if (list.size > buttonsMax) "$confPrefix.general.macros.toomuchbuttons" else null)
|
||||
}.setCellErrorSupplier {
|
||||
with(it.split(":")) {
|
||||
|
|
Loading…
Reference in New Issue