Skip to content

Commit

Permalink
Merge 1.18 into 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Aug 18, 2023
2 parents a35c605 + 2a1685a commit 59abaf6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ public ModernFixConfigScreen(Screen lastScreen) {
@Override
protected void init() {
this.optionList = new OptionList(this, this.minecraft);
this.doneButton = new Button(this.width / 2 - 100, this.height - 29, 200, 20, CommonComponents.GUI_DONE, (arg) -> {
this.onClose();
});
this.addWidget(this.optionList);
this.wikiButton = new Button(this.width / 2 - 155, this.height - 29, 150, 20, Component.translatable("modernfix.config.wiki"), (arg) -> {
Util.getPlatform().openUri("https://github.com/embeddedt/ModernFix/wiki/Summary-of-Patches");
Expand Down

0 comments on commit 59abaf6

Please sign in to comment.