minor fix
This commit is contained in:
parent
a5b47726ed
commit
c359adf3d5
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ class ImageEntry {
|
|||
|
||||
bool get canPrint => !isVideo;
|
||||
|
||||
bool get canRename => path != null;
|
||||
|
||||
bool get canRotate => mimeType == MimeTypes.MIME_JPEG || mimeType == MimeTypes.MIME_PNG;
|
||||
|
||||
double get aspectRatio {
|
||||
|
|
Loading…
Reference in a new issue