Skip to content

Commit

Permalink
Update QPPreferences.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSNelson committed May 15, 2024
1 parent 380c5e6 commit 36e162c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 36e162c

Please sign in to comment.