From 2ae915844a907ff698534cc261a3347b25f523bf Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Wed, 21 May 2025 16:48:24 +0200 Subject: feat: Add option disable slot highlights in /sbmenu --- src/main/kotlin/features/fixes/Fixes.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/features/fixes/Fixes.kt') diff --git a/src/main/kotlin/features/fixes/Fixes.kt b/src/main/kotlin/features/fixes/Fixes.kt index 776035f..5e6350d 100644 --- a/src/main/kotlin/features/fixes/Fixes.kt +++ b/src/main/kotlin/features/fixes/Fixes.kt @@ -24,6 +24,7 @@ object Fixes : FirmamentFeature { val peekChat by keyBindingWithDefaultUnbound("peek-chat") val hidePotionEffects by toggle("hide-mob-effects") { false } val noHurtCam by toggle("disable-hurt-cam") { false } + val hideSlotHighlights by toggle("hide-slot-highlights") { false } } override val config: ManagedConfig -- cgit