fix launcher not starting

This commit is contained in:
Bixilon 2020-11-25 20:43:54 +01:00
parent 06b4647008
commit e515b019e4
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -101,5 +101,6 @@ public class StartProgressWindow extends Application {
@Override
public void start(Stage stage) {
toolkitLatch.countDown();
Platform.setImplicitExit(false);
}
}