Skip to content

Commit 14cf72d

Browse files
committed
add method for getting property in filepreferences
1 parent d13ea24 commit 14cf72d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jablib/src/main/java/org/jabref/logic/FilePreferences.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,8 @@ public String getOcrTessdataPath() {
272272
public void setOcrTessdataPath(String path) {
273273
this.ocrTessdataPath.set(path);
274274
}
275+
276+
public StringProperty ocrTessdataPathProperty() {
277+
return ocrTessdataPath;
278+
}
275279
}

0 commit comments

Comments
 (0)