JAL-1695 default ENABLE_SPLIT_FRAME to true for desktop
[jalview.git] / src / jalview / gui / AlignViewport.java
index 2224021..16e3de7 100644 (file)
@@ -803,7 +803,7 @@ public class AlignViewport extends AlignmentViewport implements
      * If any cDNA/protein mappings can be made between the alignments, offer to
      * open a linked alignment with split frame option.
      */
-    if (Cache.getDefault(Preferences.ENABLE_SPLIT_FRAME, false))
+    if (Cache.getDefault(Preferences.ENABLE_SPLIT_FRAME, true))
     {
       if (AlignmentUtils.isMappable(al, getAlignment()))
       {