JAL-629 Now showing temp fac and secondary structure for File opened structures and...
[jalview.git] / src / jalview / bin / Jalview.java
index 44494e2..5d14f98 100755 (executable)
@@ -567,7 +567,8 @@ public class Jalview
     if (!(headless || headlessArg))
     {
       Desktop.nosplash = "false".equals(bootstrapArgs.get(Arg.SPLASH))
-              || aparser.contains("nosplash");
+              || aparser.contains("nosplash")
+              || Cache.getDefault("SPLASH", "true").equals("false");
       desktop = new Desktop();
       desktop.setInBatchMode(true); // indicate we are starting up