9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Open gui on pregen start

This commit is contained in:
Daniel Mills
2021-07-19 04:34:34 -04:00
parent bc3aaa94de
commit a0ecf72a1c

View File

@@ -60,6 +60,7 @@ public class PregeneratorJob implements PregenListener {
this.task = task;
this.pregenerator = new IrisPregenerator(task, method, this);
this.pregenerator.start();
open();
}
public static boolean shutdownInstance() {