From 7d9a6a101071c75773668e0881b37466506307dd Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal002@users.noreply.github.com> Date: Mon, 19 Feb 2024 13:29:45 +0100 Subject: Item name rewrite and cache #1016 --- .../java/at/hannibal2/skyhanni/config/features/dev/DebugConfig.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugConfig.java index 9de854ba3..927ef8676 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/dev/DebugConfig.java @@ -46,6 +46,11 @@ public class DebugConfig { @ConfigEditorBoolean public boolean showItemCategory = false; + @Expose + @ConfigOption(name = "Show Item Name", desc = "Show the SkyHanni item name for an item.") + @ConfigEditorBoolean + public boolean showItemName = false; + @Expose @ConfigOption(name = "Copy Internal Name", desc = "Copies the internal name of an item on key press in the clipboard.") @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) -- cgit