* "🚀 Loading …" confirmed to render ok on Windows/Linux as well
This commit is contained in:
parent
c041e851d6
commit
6e03eaa5c9
|
@ -70,7 +70,7 @@ public class GettingStartedStage {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
stage.setTitle(isMacApp() ? "🚀 Loading …" : "Loading ...");
|
stage.setTitle("🚀 Loading …");
|
||||||
stage.setScene(new Scene(webview, webview.getPrefWidth(), webview.getPrefHeight(), Color.BLACK));
|
stage.setScene(new Scene(webview, webview.getPrefWidth(), webview.getPrefHeight(), Color.BLACK));
|
||||||
|
|
||||||
// force black background while page is loading
|
// force black background while page is loading
|
||||||
|
|
Loading…
Reference in New Issue