From 4f0496814c09011ca5a87e08b25fbbbbdc2f49b6 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 25 Jul 2017 17:43:27 +0800 Subject: [PATCH] REVERT: 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 406dab94..4a55cda5 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 (isAppStore()) { + if (isMacSandbox()) { ask(); } else { create().show();