diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 2833c5f6f..11dd6c982 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -89,6 +89,8 @@ public class Base { System.setProperty("awt.useSystemAAFontSettings", "on"); System.setProperty("swing.aatext", "true"); + splashScreenHelper.splashText(_("Loading configuration...")); + BaseNoGui.initLogger(); BaseNoGui.notifier = new GUIUserNotifier();