mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* "🚀 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));
|
||||
|
||||
// force black background while page is loading
|
||||
|
Loading…
Reference in New Issue
Block a user