summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
index dfb8f1f9c..cf162ad7b 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java
@@ -276,6 +276,12 @@ public class InventoryConfig {
public boolean stonkOfStonkPrice = true;
@Expose
+ @ConfigOption(name = "Minister in Calendar", desc = "Show the Minister with their perk in the Calendar.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean ministerInCalendar = true;
+
+ @Expose
@ConfigOption(name = "Show hex as actual color", desc = "Changes the color of hex codes to the actual color.")
@ConfigEditorBoolean
@FeatureToggle