Skip to content

Commit 59abaf6

Browse files
committed
Merge 1.18 into 1.19.2
2 parents a35c605 + 2a1685a commit 59abaf6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/src/main/java/org/embeddedt/modernfix/screen/ModernFixConfigScreen.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ public ModernFixConfigScreen(Screen lastScreen) {
2121
@Override
2222
protected void init() {
2323
this.optionList = new OptionList(this, this.minecraft);
24-
this.doneButton = new Button(this.width / 2 - 100, this.height - 29, 200, 20, CommonComponents.GUI_DONE, (arg) -> {
25-
this.onClose();
26-
});
2724
this.addWidget(this.optionList);
2825
this.wikiButton = new Button(this.width / 2 - 155, this.height - 29, 150, 20, Component.translatable("modernfix.config.wiki"), (arg) -> {
2926
Util.getPlatform().openUri("https://github.com/embeddedt/ModernFix/wiki/Summary-of-Patches");

0 commit comments

Comments
 (0)