mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-10 16:01:50 -04:00
fix launcher not starting
This commit is contained in:
parent
06b4647008
commit
e515b019e4
@ -101,5 +101,6 @@ public class StartProgressWindow extends Application {
|
|||||||
@Override
|
@Override
|
||||||
public void start(Stage stage) {
|
public void start(Stage stage) {
|
||||||
toolkitLatch.countDown();
|
toolkitLatch.countDown();
|
||||||
|
Platform.setImplicitExit(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user