Update explanation wording

This commit is contained in:
Jeremy Wu 2020-05-03 14:32:52 +10:00 committed by GitHub
parent a3b25d107c
commit 4e67f28a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ namespace Flow.Launcher.Infrastructure.Image
{
try
{
// Retry to get thumbnail for certain images when the first try failed
// Get thumbnail may fail for certain images on the first try, retry again has proven to work
imageResult = GetThumbnailResult(ref path, loadFullImage);
}
catch (System.Exception e2)