JAL-3746 JAL-3814 don’t automatically launch the news browser when the desktop is...
[jalview.git] / src / jalview / gui / BlogReader.java
index 3dc51ce..fb7d7c5 100644 (file)
@@ -273,13 +273,16 @@ public class BlogReader extends JPanel
 
     initItems(chan);
     updating = false;
-    boolean setvisible = checkForNew(chan, true);
-
-    if (setvisible)
+    if (!Cache.getDefault("NONEWS", false))
     {
+      boolean setvisible = checkForNew(chan, true);
+
+      if (setvisible)
+      {
 
-      Console.debug("Will show jalview news automatically");
-      showNews();
+        Console.debug("Will show jalview news automatically");
+        showNews();
+      }
     }
     Console.debug("Completed construction of reader.");