Skip to content

Commit 6bdfa00

Browse files
author
Federico Fissore
committed
Splashscreen: initial message
1 parent dcb65d9 commit 6bdfa00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ static public void main(String args[]) throws Exception {
8989
System.setProperty("awt.useSystemAAFontSettings", "on");
9090
System.setProperty("swing.aatext", "true");
9191

92+
splashScreenHelper.splashText(_("Loading configuration..."));
93+
9294
BaseNoGui.initLogger();
9395

9496
BaseNoGui.notifier = new GUIUserNotifier();

0 commit comments

Comments
 (0)