aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
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
commit5cad4ae8a67afa63ae17490347e0594db2255832 (patch)
tree25957f2916406648532a9cc1bc4e5f8c617a278b /src/main/java/at/hannibal2/skyhanni/config/features/Misc.java
parentfd208b3fd8a92d04be75c335271245900f495b17 (diff)
downloadSkyHanni-5cad4ae8a67afa63ae17490347e0594db2255832.tar.gz
SkyHanni-5cad4ae8a67afa63ae17490347e0594db2255832.tar.bz2
SkyHanni-5cad4ae8a67afa63ae17490347e0594db2255832.zip
add damage over time display
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features/Misc.java')
-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;