summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-08-16 02:33:54 +0200
committerLorenz <lo.scherf@gmail.com>2022-08-16 02:33:54 +0200
commit71d20b19f9ab51312faeb1c398feacf4b26be542 (patch)
tree25957f2916406648532a9cc1bc4e5f8c617a278b /src/main/java/at/hannibal2/skyhanni/config/features
parent6a057410182ca7671215e6fecc9e289e50ceb0fc (diff)
downloadskyhanni-71d20b19f9ab51312faeb1c398feacf4b26be542.tar.gz
skyhanni-71d20b19f9ab51312faeb1c398feacf4b26be542.tar.bz2
skyhanni-71d20b19f9ab51312faeb1c398feacf4b26be542.zip
add damage over time display
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-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 a4f608824..f47478ef5 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
@@ -73,6 +73,12 @@ public class Misc {
public boolean damageIndicatorHideDamageSplash = false;
@Expose
+ @ConfigOption(name = "Damage Over Time", desc = "Show damage over time below the damage indicator")
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 1)
+ public boolean damageIndicatorShowDamageOverTime = false;
+
+ @Expose
@ConfigOption(name = "Pet Display", desc = "Show the currently active pet.")
@ConfigEditorBoolean
public boolean petDisplay = false;