diff options
author | Linnea Gräf <nea@nea.moe> | 2025-07-05 20:08:17 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-07-05 20:08:17 +0200 |
commit | 2cf4ff06ff8293e5fe4958a12738d851a2fcd74a (patch) | |
tree | ff41378c8c89efeb1b95760fd35c581fb56434a9 /src/main/kotlin/features/debug/PowerUserTools.kt | |
parent | ef53649368b9dde5533d21427d9fa787ae1bbe33 (diff) | |
download | Firmament-2cf4ff06ff8293e5fe4958a12738d851a2fcd74a.tar.gz Firmament-2cf4ff06ff8293e5fe4958a12738d851a2fcd74a.tar.bz2 Firmament-2cf4ff06ff8293e5fe4958a12738d851a2fcd74a.zip |
feat(power): highlight non overlay items
Diffstat (limited to 'src/main/kotlin/features/debug/PowerUserTools.kt')
-rw-r--r-- | src/main/kotlin/features/debug/PowerUserTools.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/features/debug/PowerUserTools.kt b/src/main/kotlin/features/debug/PowerUserTools.kt index 7c1df3f..1a7b2cf 100644 --- a/src/main/kotlin/features/debug/PowerUserTools.kt +++ b/src/main/kotlin/features/debug/PowerUserTools.kt @@ -59,6 +59,7 @@ object PowerUserTools : FirmamentFeature { val exportItemStackToRepo by keyBindingWithDefaultUnbound("export-item-stack") val exportUIRecipes by keyBindingWithDefaultUnbound("export-recipe") val exportNpcLocation by keyBindingWithDefaultUnbound("export-npc-location") + val highlightNonOverlayItems by toggle("highlight-non-overlay") { false } } override val config |