Prevent viewing tracking icon

This commit is contained in:
M66B
2021-07-03 21:34:52 +02:00
parent 14b5e76ed3
commit df24a24f16
2 changed files with 8 additions and 2 deletions

View File

@@ -881,6 +881,10 @@ class ImageHelper {
return this.source;
}
public boolean isTracking() {
return this.tracking;
}
String getAnnotated() {
return (width == 0 && height == 0
? source