Do not open Getting Started dialog within app (to avoid JavaFX webkit issues)

This commit is contained in:
Reinhard Pointner 2017-10-18 23:38:55 +02:00
parent 66852c4d28
commit 6ed5ffd3e7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,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();