diff --git a/source/net/filebot/ui/GettingStartedStage.java b/source/net/filebot/ui/GettingStartedStage.java index f0a80e45..3eb45123 100644 --- a/source/net/filebot/ui/GettingStartedStage.java +++ b/source/net/filebot/ui/GettingStartedStage.java @@ -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