From 78e5046355d1047e1988b19eaadf155caae159f1 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:11:32 +1000 Subject: Feature: Made dye hex code show actual colour (#2321) Co-authored-by: ItsEmpa Co-authored-by: Cal --- .../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 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; } -- cgit