REVERT: JavaFX graphics acceleration may crash the process in certain graphics configurations
This commit is contained in:
parent
096c77043f
commit
4f0496814c
@ -34,7 +34,7 @@ public class GettingStartedStage {
|
|||||||
public static void start() {
|
public static void start() {
|
||||||
invokeJavaFX(() -> {
|
invokeJavaFX(() -> {
|
||||||
// libjfxwebkit.dylib cannot be deployed on the MAS due to deprecated dependencies
|
// libjfxwebkit.dylib cannot be deployed on the MAS due to deprecated dependencies
|
||||||
if (isAppStore()) {
|
if (isMacSandbox()) {
|
||||||
ask();
|
ask();
|
||||||
} else {
|
} else {
|
||||||
create().show();
|
create().show();
|
||||||
|
Loading…
Reference in New Issue
Block a user