fix: Missing Translation

This commit is contained in:
jani270
2025-06-05 13:14:55 +02:00
committed by Linnea Gräf
parent 33f2c27462
commit df8c8a02a0
2 changed files with 3 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ object PriceData : FirmamentFeature {
object TConfig : ManagedConfig(identifier, Category.INVENTORY) {
val tooltipEnabled by toggle("enable-always") { true }
val enableKeybinding by keyBindingWithDefaultUnbound("enable-keybind")
val stackSizeKey by keyBinding("stack-size") { GLFW.GLFW_KEY_LEFT_SHIFT }
val stackSizeKey by keyBinding("stack-size-keybind") { GLFW.GLFW_KEY_LEFT_SHIFT }
}
override val config get() = TConfig