From 096c77043fbccf6fa1a8bbf66b21b8a677bee0ce Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 25 Jul 2017 17:29:05 +0800 Subject: [PATCH] JavaFX graphics acceleration may crash the process in certain graphics configurations --- source/net/filebot/ui/GettingStartedStage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/net/filebot/ui/GettingStartedStage.java b/source/net/filebot/ui/GettingStartedStage.java index 4a55cda5..406dab94 100644 --- a/source/net/filebot/ui/GettingStartedStage.java +++ b/source/net/filebot/ui/GettingStartedStage.java @@ -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();