aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-04 00:49:30 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-04 00:49:30 +0100
commite0693b59b54fa5ffff7d133d4149a421c09bab51 (patch)
tree20289b3cb7418d77ad329ac690e6cbf214cf489b
parenta43ce65f5e0a440871194e8d4180b104a466df02 (diff)
downloadSkyHanni-e0693b59b54fa5ffff7d133d4149a421c09bab51.tar.gz
SkyHanni-e0693b59b54fa5ffff7d133d4149a421c09bab51.tar.bz2
SkyHanni-e0693b59b54fa5ffff7d133d4149a421c09bab51.zip
Stats tuning default enabled
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
index 5f2b46ca8..a86e8a5a2 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
@@ -68,25 +68,25 @@ public class Inventory {
@ConfigOption(name = "Selected Stats", desc = "Show the tuning stats in the Thaumaturgy inventory.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 2)
- public boolean statsTuningSelectedStats = false;
+ public boolean statsTuningSelectedStats = true;
@Expose
@ConfigOption(name = "Tuning Points", desc = "Show the amount of selected tuning points in the stats tuning inventory.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 2)
- public boolean statsTuningPoints = false;
+ public boolean statsTuningPoints = true;
@Expose
@ConfigOption(name = "Selected Template", desc = "Highlight the selected template in the stats tuning inventory.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 2)
- public boolean statsTuningSelectedTemplate = false;
+ public boolean statsTuningSelectedTemplate = true;
@Expose
@ConfigOption(name = "Template Stats", desc = "Show the type of stats for the tuning point templates.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 2)
- public boolean statsTuningTemplateStats = false;
+ public boolean statsTuningTemplateStats = true;
@Expose
@ConfigOption(