diff options
author | J10a1n15 <45315647+j10a1n15@users.noreply.github.com> | 2024-09-09 15:24:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-09 15:24:39 +0200 |
commit | e17e70b6933982ca417577f441928f77cbbf9ef1 (patch) | |
tree | 2602f9ac1cdb041f33cdff880a457c54878fd01f /src/main/java/at/hannibal2/skyhanni/config | |
parent | 2b4011efc9ef79fc478b44bce4959dc37424138a (diff) | |
download | skyhanni-e17e70b6933982ca417577f441928f77cbbf9ef1.tar.gz skyhanni-e17e70b6933982ca417577f441928f77cbbf9ef1.tar.bz2 skyhanni-e17e70b6933982ca417577f441928f77cbbf9ef1.zip |
Feature: Current Minister in Calendar (#2342)
Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java | 6 |
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 |