JavaFX graphics acceleration may crash the process in certain graphics configurations

This commit is contained in:
Reinhard Pointner 2017-07-25 17:29:05 +08:00
parent e7b115d6c8
commit 096c77043f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class GettingStartedStage {
public static void start() {
invokeJavaFX(() -> {
// libjfxwebkit.dylib cannot be deployed on the MAS due to deprecated dependencies
if (isMacSandbox()) {
if (isAppStore()) {
ask();
} else {
create().show();