From e17e70b6933982ca417577f441928f77cbbf9ef1 Mon Sep 17 00:00:00 2001 From: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:24:39 +0200 Subject: Feature: Current Minister in Calendar (#2342) Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com> --- .../skyhanni/config/features/inventory/InventoryConfig.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') 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 @@ -275,6 +275,12 @@ public class InventoryConfig { @FeatureToggle 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 -- cgit