aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/features/debug/PowerUserTools.kt
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-07-06 23:50:08 +0200
committerGitHub <noreply@github.com>2025-07-06 23:50:08 +0200
commit7ca5edc8e7155a9b00f967d7ca9142002d8f8ebc (patch)
treee38956b9e4da72f929951595c35be32ca2da2293 /src/main/kotlin/features/debug/PowerUserTools.kt
parentd92a326fe39493e7405927df13de94dafc6e6cef (diff)
downloadFirmament-7ca5edc8e7155a9b00f967d7ca9142002d8f8ebc.tar.gz
Firmament-7ca5edc8e7155a9b00f967d7ca9142002d8f8ebc.tar.bz2
Firmament-7ca5edc8e7155a9b00f967d7ca9142002d8f8ebc.zip
feat: Option to disable Missing Items highlight for items with a semicolon (#212)
Diffstat (limited to 'src/main/kotlin/features/debug/PowerUserTools.kt')
-rw-r--r--src/main/kotlin/features/debug/PowerUserTools.kt1
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 b90fefe..0800a4f 100644
--- a/src/main/kotlin/features/debug/PowerUserTools.kt
+++ b/src/main/kotlin/features/debug/PowerUserTools.kt
@@ -61,6 +61,7 @@ object PowerUserTools : FirmamentFeature {
val exportUIRecipes by keyBindingWithDefaultUnbound("export-recipe")
val exportNpcLocation by keyBindingWithDefaultUnbound("export-npc-location")
val highlightNonOverlayItems by toggle("highlight-non-overlay") { false }
+ val dontHighlightSemicolonItems by toggle("dont-highlight-semicolon-items") { false }
}
override val config