aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-24 16:52:52 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-02-24 16:52:52 +0100
commit0f1f311351a310c53cf0c785983a2c0e6d493efd (patch)
tree72c49616fe30fff7fe86c5774c0ec3d00c8b7b05 /src/main/java/at/hannibal2/skyhanni/config/features
parentc2d34ca9ec5f61ab21e6f514726b74188b324a20 (diff)
downloadskyhanni-0f1f311351a310c53cf0c785983a2c0e6d493efd.tar.gz
skyhanni-0f1f311351a310c53cf0c785983a2c0e6d493efd.tar.bz2
skyhanni-0f1f311351a310c53cf0c785983a2c0e6d493efd.zip
Show additionally the bin price and copper price for every item.
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index b2684880d..2343773de 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -18,6 +18,12 @@ public class Garden {
public boolean skyMartCopperPrice = true;
@Expose
+ @ConfigOption(name = "Advanced stats", desc = "Show additionally the bin price and copper price for every item.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 0)
+ public boolean skyMartCopperPriceAdvancedStats = false;
+
+ @Expose
@ConfigOption(name = "Copper Price Position", desc = "")
@ConfigEditorButton(runnableId = "skyMartCopperPrice", buttonText = "Edit")
@ConfigAccordionId(id = 0)