aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-14 23:01:25 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-14 23:01:25 +0100
commitbbc55fb133197bfbe3bbf1748b4d33ce218fe1bf (patch)
treed5250144c355cb7134d997b5d757b0abba8c7c15 /src/main/java/at/hannibal2/skyhanni/config/features
parent6a7d8d4b1878af419136727105e7660012fb4a6f (diff)
downloadskyhanni-bbc55fb133197bfbe3bbf1748b4d33ce218fe1bf.tar.gz
skyhanni-bbc55fb133197bfbe3bbf1748b4d33ce218fe1bf.tar.bz2
skyhanni-bbc55fb133197bfbe3bbf1748b4d33ce218fe1bf.zip
Added Warn When Close
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java10
1 files changed, 10 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 6c8b941d4..69a2235f7 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -153,6 +153,16 @@ public class Garden {
public boolean cropMilestoneProgress = true;
@Expose
+ @ConfigOption(
+ name = "Warn When Close",
+ desc = "Warn with title and sound when the next crop milestone upgrade happens in 5 seconds. " +
+ "(Useful for switching to a different pet for leveling)")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 6)
+ public boolean cropMilestoneWarnClose = true;
+
+
+ @Expose
@ConfigOption(name = "Display Position", desc = "")
@ConfigEditorButton(runnableId = "cropMilestoneProgress", buttonText = "Edit")
@ConfigAccordionId(id = 6)