aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-25 18:44:07 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-25 18:44:07 +0100
commit3a16772807010ed96b646b4760c556e10b09ebfb (patch)
tree12da02874959c31f6a02265cda0950d1cc0c3131 /src/main/java/at
parente5f301050aaca4fe99449769457404833a2c74ef (diff)
downloadskyhanni-3a16772807010ed96b646b4760c556e10b09ebfb.tar.gz
skyhanni-3a16772807010ed96b646b4760c556e10b09ebfb.tar.bz2
skyhanni-3a16772807010ed96b646b4760c556e10b09ebfb.zip
Fixed hide chat error
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
index 469bee8db..d630f8259 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -444,7 +444,8 @@ public class Garden {
@Expose
@ConfigOption(name = "Hide Chat", desc = "Hide the chat message when dropping a RNG Dicer drop.")
- @ConfigEditorAccordion(id = 12)
+ @ConfigEditorBoolean
+ @ConfigAccordionId(id = 12)
public boolean dicerCounterHideChat = false;
@Expose