Fix render queue not being persisting after edit (fixes #362)
This commit is contained in:
@@ -413,6 +413,7 @@ public class GuiRenderQueue extends AbstractGuiPopup<GuiRenderQueue> implements
|
|||||||
gui.queueButton.setI18nLabel("replaymod.gui.done").onClick(() -> {
|
gui.queueButton.setI18nLabel("replaymod.gui.done").onClick(() -> {
|
||||||
job.setSettings(gui.save(false));
|
job.setSettings(gui.save(false));
|
||||||
label.setText(job.getName());
|
label.setText(job.getName());
|
||||||
|
mod.saveRenderQueue();
|
||||||
gui.close();
|
gui.close();
|
||||||
});
|
});
|
||||||
gui.load(job.getSettings());
|
gui.load(job.getSettings());
|
||||||
|
|||||||
Reference in New Issue
Block a user