summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-17 10:27:50 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-09-17 10:27:50 +0200
commit9de67ded5a222598e7b2e6225210785bd690530e (patch)
tree139878c32f5875af6ebd24dda54123af3577a87f /src/main/java/at/hannibal2/skyhanni/config/features
parenta1a903e3a3d223d2654ad941070a552c57fb6642 (diff)
downloadskyhanni-9de67ded5a222598e7b2e6225210785bd690530e.tar.gz
skyhanni-9de67ded5a222598e7b2e6225210785bd690530e.tar.bz2
skyhanni-9de67ded5a222598e7b2e6225210785bd690530e.zip
better display names
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/InventoryConfig.java1
1 files changed, 1 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 cf162ad7b..5c3bf3170 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
@@ -61,6 +61,7 @@ public class InventoryConfig {
@Expose
@ConfigOption(name = "Item Pickup Log", desc = "Logs all the picked up and dropped items")
@Accordion
+ // TODO remove the suffix "config"
public ItemPickupLogConfig itemPickupLogConfig = new ItemPickupLogConfig();
@Expose