aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-28 00:41:28 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-28 00:41:28 +0200
commitd9a3a0c7fff65ed911b2777223ffe57602bd7552 (patch)
tree0e18be4c23cf38081741300bcecacf930c3bf60f /src/main/java/at/hannibal2/skyhanni/config
parentd40f64e8a3bf305c016e9c16f73a93723b0254b2 (diff)
downloadskyhanni-d9a3a0c7fff65ed911b2777223ffe57602bd7552.tar.gz
skyhanni-d9a3a0c7fff65ed911b2777223ffe57602bd7552.tar.bz2
skyhanni-d9a3a0c7fff65ed911b2777223ffe57602bd7552.zip
Added option to show show the exact total price in estimated item value
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Misc.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
index 8d15a46df..497190529 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
@@ -240,6 +240,12 @@ public class Misc {
public boolean estimatedIemValueAlwaysEnabled = true;
@Expose
+ @ConfigOption(name = "Show Exact Price", desc = "Show the exact total price instead of the compact number.")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 11)
+ public boolean estimatedIemValueExactPrice = false;
+
+ @Expose
@ConfigOption(name = "Show Armor Value", desc = "Show the value of the full armor in the wardrobe inventory.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 11)