Skip to content

Commit 9c58382

Browse files
Ivan Esparzacmaglie
authored andcommitted
Fixes issue 4440
1 parent ed9240d commit 9c58382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/processing/app/Base.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ static public void main(String args[]) throws Exception {
127127
System.setProperty("swing.aatext", "true");
128128
System.setProperty("java.net.useSystemProxies", "true");
129129

130-
splashScreenHelper.splashText(tr("Loading configuration..."));
131-
132130
if (OSUtils.isMacOS()) {
133131
ThinkDifferent.init();
134132
}
@@ -158,6 +156,8 @@ static public void guardedMain(String args[]) throws Exception {
158156

159157
BaseNoGui.initParameters(args);
160158

159+
splashScreenHelper.splashText(tr("Loading configuration..."));
160+
161161
BaseNoGui.initVersion();
162162

163163
// if (System.getProperty("mrj.version") != null) {

0 commit comments

Comments
 (0)