aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorRoman / Linnea Gräf <romangraef@gmail.com>2022-11-05 20:23:54 +0100
committerGitHub <noreply@github.com>2022-11-05 20:23:54 +0100
commit4cd48075604433a922bb79413f82a12209dd195e (patch)
tree35a443cbfaca004d2d030b146fbb5378d7187f5a /src/main/java/at/hannibal2/skyhanni/config
parentc9b5b020ecbbc48cdbb7580c60125589a2529604 (diff)
downloadskyhanni-4cd48075604433a922bb79413f82a12209dd195e.tar.gz
skyhanni-4cd48075604433a922bb79413f82a12209dd195e.tar.bz2
skyhanni-4cd48075604433a922bb79413f82a12209dd195e.zip
Bonzo's Mask Timer (#7)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
index 780db21e1..290492705 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
@@ -115,4 +115,10 @@ public class Inventory {
desc = "Show a compact star count in the item name for all items")
@ConfigEditorBoolean
public boolean itemStars = false;
+
+ @Expose
+ @ConfigOption(name = "Highlight Depleted Bonzo's Masks",
+ desc = "Highlights used Bonzo's Masks with a background")
+ @ConfigEditorBoolean
+ public boolean highlightDepletedBonzosMasks = false;
}