Do not open Getting Started dialog within app (to avoid JavaFX webkit issues)
This commit is contained in:
parent
66852c4d28
commit
6ed5ffd3e7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue