diff --git a/src/main/groovy/qupath/ext/basicstitching/utilities/QPPreferences.groovy b/src/main/groovy/qupath/ext/basicstitching/utilities/QPPreferences.groovy index b898c35..aceedcb 100644 --- a/src/main/groovy/qupath/ext/basicstitching/utilities/QPPreferences.groovy +++ b/src/main/groovy/qupath/ext/basicstitching/utilities/QPPreferences.groovy @@ -57,7 +57,7 @@ class AutoFillPersistentPreferences{ this.compressionTypeSaved.value = compressionTypeSaved } - private static StringProperty stitchingMethodSaved = PathPrefs.createPersistentPreference("compressionType","Coordinates in TileConfiguration.txt file") + private static StringProperty stitchingMethodSaved = PathPrefs.createPersistentPreference("stitchingMethod","Coordinates in TileConfiguration.txt file") public static String getStitchingMethodSaved(){ return stitchingMethodSaved.value