aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/features
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-08-07 02:06:30 +0200
committerLorenz <lo.scherf@gmail.com>2022-08-07 02:06:30 +0200
commit89eb5094e01253725f7d138368299657be836e17 (patch)
tree3661af1281344ccb8c4ba9667041c0700e87d3fe /src/main/java/at/hannibal2/skyhanni/config/features
parent9a3e868e8c66f2995b4ccf7d474974c58f8c08bf (diff)
downloadskyhanni-89eb5094e01253725f7d138368299657be836e17.tar.gz
skyhanni-89eb5094e01253725f7d138368299657be836e17.tar.bz2
skyhanni-89eb5094e01253725f7d138368299657be836e17.zip
add option to disable the background color from ability cooldown display
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java b/src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java
index c5776087c..73fb588ef 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Abilities.java
@@ -14,6 +14,11 @@ public class Abilities {
public boolean itemAbilityCooldown = false;
@Expose
+ @ConfigOption(name = "Ability Cooldown Background", desc = "Show the cooldown color of item abilities in the background.")
+ @ConfigEditorBoolean
+ public boolean itemAbilityCooldownBackground = false;
+
+ @Expose
@ConfigOption(name = "Ashfang Freeze", desc = "Show the cooldown how long Ashfang blocks all your abilities.")
@ConfigEditorBoolean
public boolean ashfangFreezeCooldown = false;