aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-04-27 13:13:49 +0200
committerGitHub <noreply@github.com>2024-04-27 13:13:49 +0200
commit6bb7d33f40ab6b074c7ae3c30d9613fa3e42edf4 (patch)
tree430771da01136b5d7db9191053f4b48a164eb5c1 /src/main/java/at/hannibal2/skyhanni/config
parent14af92c43ad5d866fa6f9108336e78cb7edff889 (diff)
downloadskyhanni-6bb7d33f40ab6b074c7ae3c30d9613fa3e42edf4.tar.gz
skyhanni-6bb7d33f40ab6b074c7ae3c30d9613fa3e42edf4.tar.bz2
skyhanni-6bb7d33f40ab6b074c7ae3c30d9613fa3e42edf4.zip
Improvement: Added option to disable custom keybinds while on the barn plot. (#1559)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java
index 80bfcf3a7..e2e695103 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/garden/KeyBindConfig.java
@@ -16,6 +16,12 @@ public class KeyBindConfig {
@FeatureToggle
public boolean enabled = false;
+ @Expose
+ @ConfigOption(name = "Exclude Barn", desc = "Disable this feature while on the barn plot.")
+ @ConfigEditorBoolean
+ @FeatureToggle
+ public boolean excludeBarn = false;
+
@ConfigOption(name = "Disable All", desc = "Disable all keys.")
@ConfigEditorButton(buttonText = "Disable")
public Runnable presetDisable = () -> {