1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* "🚀 Loading …" confirmed to render ok on Windows/Linux as well

This commit is contained in:
Reinhard Pointner 2015-06-06 05:43:09 +00:00
parent c041e851d6
commit 6e03eaa5c9

View File

@ -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));
// force black background while page is loading