JAL-4034 change to jalview property name
authorBen Soares <b.soares@dundee.ac.uk>
Tue, 12 Jul 2022 11:13:28 +0000 (12:13 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Tue, 12 Jul 2022 11:13:28 +0000 (12:13 +0100)
src/jalview/gui/StructureChooser.java

index 9ff181b..246d162 100644 (file)
@@ -354,7 +354,7 @@ public class StructureChooser extends GStructureChooser
         }
       };
     };
-    int threshold = Cache.getDefault("THRESHOLD_WARN_UNIPROT_FETCH",
+    int threshold = Cache.getDefault("UNIPROT_AUTOFETCH_THRESHOLD",
             THRESHOLD_WARN_UNIPROT_FETCH_NEEDED);
     Console.debug("Using Uniprot fetch threshold of " + threshold);
     boolean runThread = false;