diff options
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 e7609135e..f66f784c2 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 @@ -264,4 +264,10 @@ public class InventoryConfig { @ConfigEditorBoolean @FeatureToggle public boolean stonkOfStonkPrice = true; + + @Expose + @ConfigOption(name = "Show hex as actual color", desc = "Changes the color of hex codes to the actual color.") + @ConfigEditorBoolean + @FeatureToggle + public boolean hexAsColorInLore = true; } |