aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorThunderblade73 <85900443+Thunderblade73@users.noreply.github.com>2024-06-20 23:02:53 +0200
committerGitHub <noreply@github.com>2024-06-20 23:02:53 +0200
commitafcce659fac73e9c1d453a8b4d7f149bc4dd8e60 (patch)
tree384a5bca54150f555f839dd3cfd6e915d666b9f4 /src/main/java/at/hannibal2/skyhanni/config
parent0e16228c3383c4913c452ba5eaa5418775000647 (diff)
downloadskyhanni-afcce659fac73e9c1d453a8b4d7f149bc4dd8e60.tar.gz
skyhanni-afcce659fac73e9c1d453a8b4d7f149bc4dd8e60.tar.bz2
skyhanni-afcce659fac73e9c1d453a8b4d7f149bc4dd8e60.zip
Fix: ChocoFactory Custom Reminder trigger on TimeTower charge use. (#2126)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java
index a451cda80..7c6fb1b14 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/inventory/chocolatefactory/ChocolateFactoryConfig.java
@@ -182,6 +182,12 @@ public class ChocolateFactoryConfig {
public boolean highlightRabbitsWithRequirement = false;
@Expose
+ @ConfigOption(name = "Only Requirement Not Met", desc = "Only highlight the rabbits you don't have the requirement for.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean onlyHighlightRequirementNotMet = true;
+
+ @Expose
@ConfigOption(
name = "Show Missing Location Rabbits",
desc = "Show the locations you have yet to find enough egg locations for in order to unlock the rabbit for that location."
@@ -191,12 +197,6 @@ public class ChocolateFactoryConfig {
public boolean showLocationRequirementsRabbitsInHoppityStats = false;
@Expose
- @ConfigOption(name = "Only Requirement Not Met", desc = "Only highlight the rabbits you don't have the requirement for.")
- @ConfigEditorBoolean
- @FeatureToggle
- public boolean onlyHighlightRequirementNotMet = true;
-
- @Expose
@ConfigOption(name = "Rabbit Warning", desc = "")
@Accordion
public ChocolateFactoryRabbitWarningConfig rabbitWarning = new ChocolateFactoryRabbitWarningConfig();