diff options
| author | Moulberry <james.jenour@protonmail.com> | 2021-09-02 20:00:10 +0800 |
|---|---|---|
| committer | Moulberry <james.jenour@protonmail.com> | 2021-09-02 20:00:10 +0800 |
| commit | 8eee6262a6e2c372240331f3c43c2279bd18539e (patch) | |
| tree | 8ebf9cdf596fae2ec6b149826475d1d84de9ec3a /src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java | |
| parent | 7cab76126da90f1884c111a1ee589b90a6ef828e (diff) | |
| download | notenoughupdates-8eee6262a6e2c372240331f3c43c2279bd18539e.tar.gz notenoughupdates-8eee6262a6e2c372240331f3c43c2279bd18539e.tar.bz2 notenoughupdates-8eee6262a6e2c372240331f3c43c2279bd18539e.zip | |
finish enchant gui
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java index 2d89d4b4..8e5edef1 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/NEUConfigEditor.java @@ -33,6 +33,8 @@ import java.util.List; public class NEUConfigEditor extends GuiElement { + public static NEUConfigEditor editor = new NEUConfigEditor(NotEnoughUpdates.INSTANCE.config); + private static final ResourceLocation[] socialsIco = new ResourceLocation[] { DISCORD, GITHUB, @@ -112,6 +114,8 @@ public class NEUConfigEditor extends GuiElement { } } } + + editor = this; } private LinkedHashMap<String, ConfigProcessor.ProcessedCategory> getCurrentConfigEditing() { |
