diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 16:38:28 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-31 16:38:28 +0200 |
commit | b91d135c6fc698501fb483645b80f29d4281a12b (patch) | |
tree | a71502dc8ecce4e85fe25c64c441cf73f57ecca7 /src | |
parent | f0a9e9215665c928058f94342b2a7fb7af5ef148 (diff) | |
download | skyhanni-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')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 4 |
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 |