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() {