From 6e03eaa5c92620d8a0a7e0c9a2dda877a7d52ff0 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 6 Jun 2015 05:43:09 +0000 Subject: [PATCH] =?UTF-8?q?*=20"=F0=9F=9A=80=20Loading=20=E2=80=A6"=20conf?= =?UTF-8?q?irmed=20to=20render=20ok=20on=20Windows/Linux=20as=20well?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/net/filebot/ui/GettingStartedStage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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