We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb65d9 commit 6bdfa00Copy full SHA for 6bdfa00
app/src/processing/app/Base.java
@@ -89,6 +89,8 @@ static public void main(String args[]) throws Exception {
89
System.setProperty("awt.useSystemAAFontSettings", "on");
90
System.setProperty("swing.aatext", "true");
91
92
+ splashScreenHelper.splashText(_("Loading configuration..."));
93
+
94
BaseNoGui.initLogger();
95
96
BaseNoGui.notifier = new GUIUserNotifier();
0 commit comments