aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-31 16:38:28 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-31 16:38:28 +0200
commitb91d135c6fc698501fb483645b80f29d4281a12b (patch)
treea71502dc8ecce4e85fe25c64c441cf73f57ecca7 /src/main/java/at
parentf0a9e9215665c928058f94342b2a7fb7af5ef148 (diff)
downloadskyhanni-b91d135c6fc698501fb483645b80f29d4281a12b.tar.gz
skyhanni-b91d135c6fc698501fb483645b80f29d4281a12b.tar.bz2
skyhanni-b91d135c6fc698501fb483645b80f29d4281a12b.zip
Fixed categories 'Anita Medal Profit' and 'Composter' opening at the same time
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java4
1 files changed, 2 insertions, 2 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 02b31b377..f9b303b6a 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -673,7 +673,7 @@ public class Garden {
@Expose
@ConfigOption(name = "Composter", desc = "")
- @ConfigEditorAccordion(id = 16)
+ @ConfigEditorAccordion(id = 17)
public boolean composter = false;
@Expose
@@ -682,7 +682,7 @@ public class Garden {
desc = "Displays the compost data from the tab list in a compact form as gui element."
)
@ConfigEditorBoolean
- @ConfigAccordionId(id = 16)
+ @ConfigAccordionId(id = 17)
public boolean composterDisplayEnabled = true;
@Expose