JAL-3084 force EPS output to "Text" for JalviewJS
[jalview.git] / src / jalview / jbgui / GPreferences.java
index 351a030..9fc0398 100755 (executable)
@@ -516,12 +516,12 @@ public class GPreferences extends JPanel
     outputTab.add(modellerOutput);
     if (!Jalview.isJS())
     {
+      /*
+       * JalviewJS doesn't support Lineart option or SVG output
+       */
       outputTab.add(embbedBioJSON);
-    }
-    outputTab.add(epsLabel);
-    outputTab.add(epsRendering);
-    if (!Jalview.isJS())
-    {
+      outputTab.add(epsLabel);
+      outputTab.add(epsRendering);
       outputTab.add(htmlLabel);
       outputTab.add(htmlRendering);
       outputTab.add(svgLabel);