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 ed9240d commit 9c58382Copy full SHA for 9c58382
app/src/processing/app/Base.java
@@ -127,8 +127,6 @@ static public void main(String args[]) throws Exception {
127
System.setProperty("swing.aatext", "true");
128
System.setProperty("java.net.useSystemProxies", "true");
129
130
- splashScreenHelper.splashText(tr("Loading configuration..."));
131
-
132
if (OSUtils.isMacOS()) {
133
ThinkDifferent.init();
134
}
@@ -158,6 +156,8 @@ static public void guardedMain(String args[]) throws Exception {
158
156
159
157
BaseNoGui.initParameters(args);
160
+ splashScreenHelper.splashText(tr("Loading configuration..."));
+
161
BaseNoGui.initVersion();
162
163
// if (System.getProperty("mrj.version") != null) {
0 commit comments