minor fix

This commit is contained in:
Thibault Deckers 2020-03-18 22:23:09 +09:00
parent a5b47726ed
commit c359adf3d5

View file

@ -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 {