summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorNetheriteMiner <88792142+NetheriteMiner@users.noreply.github.com>2023-08-10 12:10:57 -0400
committerGitHub <noreply@github.com>2023-08-10 18:10:57 +0200
commitf4f5e3713d1f084cf26aa8abf3df4d3647f7b0ef (patch)
tree6580c02127e69bb536997b67433a6d55b5d994e5 /src/main/java/at/hannibal2/skyhanni/config
parent9e474fb8fe76b02960b3743e31015018e8666b7f (diff)
downloadskyhanni-f4f5e3713d1f084cf26aa8abf3df4d3647f7b0ef.tar.gz
skyhanni-f4f5e3713d1f084cf26aa8abf3df4d3647f7b0ef.tar.bz2
skyhanni-f4f5e3713d1f084cf26aa8abf3df4d3647f7b0ef.zip
Merge pull request #372
* Add Harp Numbers
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
index a97fe1afe..353d99b59 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/MiscConfig.java
@@ -799,11 +799,16 @@ public class MiscConfig {
public boolean patcherSendCoordWaypoint = false;
@Expose
- @ConfigOption(name = "Harp Keybinds", desc = "In Melodys Harp, press buttons with your number row on the keyboard instead of clicking.")
+ @ConfigOption(name = "Harp Keybinds", desc = "In Melody's Harp, press buttons with your number row on the keyboard instead of clicking.")
@ConfigEditorBoolean
public boolean harpKeybinds = false;
@Expose
+ @ConfigOption(name = "Harp Numbers", desc = "In Melody's Harp, show buttons as stack size (intended to be used with Harp Keybinds).")
+ @ConfigEditorBoolean
+ public boolean harpNumbers = false;
+
+ @Expose
@ConfigOption(name = "Config Button", desc = "Add a button to the pause menu to configure SkyHanni.")
@ConfigEditorBoolean
public boolean configButtonOnPause = true;