Merge branch 'stable' into develop

This commit is contained in:
Jonas Herzig
2020-11-22 17:10:27 +01:00
20 changed files with 192 additions and 40 deletions

View File

@@ -50,7 +50,7 @@ public class GuiCreateScreenshot extends GuiRenderSettings implements Loadable {
buttonPanel.removeElement(queueButton);
renderButton.setI18nLabel("replaymod.gui.advancedscreenshots.create").onClick(() -> {
// Closing this GUI ensures that settings are saved
getMinecraft().openScreen(null);
close();
mod.runLater(() -> {
try {