1
0
mirror of https://github.com/mitb-archive/filebot synced 2025-01-10 21:38:04 -05:00

REVERT: JavaFX graphics acceleration may crash the process in certain graphics configurations

This commit is contained in:
Reinhard Pointner 2017-07-25 17:43:27 +08:00
parent 096c77043f
commit 4f0496814c

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 (isAppStore()) {
if (isMacSandbox()) {
ask();
} else {
create().show();