mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-05 17:05:04 -05:00
JavaFX graphics acceleration may crash the process in certain graphics configurations
This commit is contained in:
parent
e7b115d6c8
commit
096c77043f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user