aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/fixes/Fixes.kt
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-05-21 16:48:24 +0200
committerLinnea Gräf <nea@nea.moe>2025-05-21 16:48:24 +0200
commit2ae915844a907ff698534cc261a3347b25f523bf (patch)
tree057c3aa73ab65e88ddf57e82ce40d44a55fb00fb /src/main/kotlin/features/fixes/Fixes.kt
parent091f581bd23e52a936c3d8d672205071b0bb9d13 (diff)
downloadFirmament-2ae915844a907ff698534cc261a3347b25f523bf.tar.gz
Firmament-2ae915844a907ff698534cc261a3347b25f523bf.tar.bz2
Firmament-2ae915844a907ff698534cc261a3347b25f523bf.zip
feat: Add option disable slot highlights in /sbmenu
Diffstat (limited to 'src/main/kotlin/features/fixes/Fixes.kt')
-rw-r--r--src/main/kotlin/features/fixes/Fixes.kt1
1 files changed, 1 insertions, 0 deletions
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