diff options
| author | Linnea Gräf <nea@nea.moe> | 2025-05-21 16:48:24 +0200 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2025-05-21 16:48:24 +0200 |
| commit | 2ae915844a907ff698534cc261a3347b25f523bf (patch) | |
| tree | 057c3aa73ab65e88ddf57e82ce40d44a55fb00fb /src/main/kotlin | |
| parent | 091f581bd23e52a936c3d8d672205071b0bb9d13 (diff) | |
| download | Firmament-2ae915844a907ff698534cc261a3347b25f523bf.tar.gz Firmament-2ae915844a907ff698534cc261a3347b25f523bf.tar.bz2 Firmament-2ae915844a907ff698534cc261a3347b25f523bf.zip | |
feat: Add option disable slot highlights in /sbmenu
Diffstat (limited to 'src/main/kotlin')
| -rw-r--r-- | src/main/kotlin/features/fixes/Fixes.kt | 1 |
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 |
