From 36e162c0f934910f0306a35437a38ebf6a2518aa Mon Sep 17 00:00:00 2001 From: MichaelSNelson Date: Wed, 15 May 2024 18:38:25 -0500 Subject: [PATCH] Update QPPreferences.groovy --- .../qupath/ext/basicstitching/utilities/QPPreferences.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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