Fix comment
This commit is contained in:
@@ -680,7 +680,7 @@ class MainViewModel : BaseViewModel, IFontResolver, ICanCheckShutdown
|
|||||||
didAdjust = true;
|
didAdjust = true;
|
||||||
}
|
}
|
||||||
// perform needed image manipulations
|
// perform needed image manipulations
|
||||||
if (isHEIC || isWebp || isPNG || (!isPDF && info.Length > 1.5 * 1024 * 1024 /* 2.5 MB */))
|
if (isHEIC || isWebp || isPNG || (!isPDF && info.Length > 1.5 * 1024 * 1024 /* 1.5 MB */))
|
||||||
{
|
{
|
||||||
// Save image as jpg
|
// Save image as jpg
|
||||||
loadedImageWidth = mImage.Width;
|
loadedImageWidth = mImage.Width;
|
||||||
|
|||||||
Reference in New Issue
Block a user