JAL-629 don’t trash user’s system property file when adjusting settings to process...
[jalview.git] / src / jalview / bin / Commands.java
index 5b3e199..289d962 100644 (file)
@@ -476,6 +476,10 @@ public class Commands
             }
           }
         }
+        // for moment we disable JSON export
+        Cache.setPropsAreReadOnly(true);
+        Cache.setProperty("EXPORT_EMBBED_BIOJSON", "false");
+
         switch (type)
         {
         case "svg":