aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-06-05 13:14:55 +0200
committerLinnea Gräf <nea@nea.moe>2025-06-07 23:19:12 +0200
commitdf8c8a02a04d48345e8e44d868f18e12dff01aab (patch)
treed0422c49a8cb436580418e1de6840a349d5b629f /src
parent33f2c27462ee0c64263e2decbfa52f61c1568e9d (diff)
downloadFirmament-df8c8a02a04d48345e8e44d868f18e12dff01aab.tar.gz
Firmament-df8c8a02a04d48345e8e44d868f18e12dff01aab.tar.bz2
Firmament-df8c8a02a04d48345e8e44d868f18e12dff01aab.zip
fix: Missing Translation
Diffstat (limited to 'src')
-rw-r--r--src/main/kotlin/features/inventory/PriceData.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/features/inventory/PriceData.kt b/src/main/kotlin/features/inventory/PriceData.kt
index 026cb93..9f6a8bb 100644
--- a/src/main/kotlin/features/inventory/PriceData.kt
+++ b/src/main/kotlin/features/inventory/PriceData.kt
@@ -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