mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Open gui on pregen start
This commit is contained in:
parent
bc3aaa94de
commit
a0ecf72a1c
@ -60,6 +60,7 @@ public class PregeneratorJob implements PregenListener {
|
|||||||
this.task = task;
|
this.task = task;
|
||||||
this.pregenerator = new IrisPregenerator(task, method, this);
|
this.pregenerator = new IrisPregenerator(task, method, this);
|
||||||
this.pregenerator.start();
|
this.pregenerator.start();
|
||||||
|
open();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static boolean shutdownInstance() {
|
public static boolean shutdownInstance() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user