From 4e67f28a64691fcc0141c2c04733a104b7f54b2f Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Sun, 3 May 2020 14:32:52 +1000 Subject: [PATCH] Update explanation wording --- Flow.Launcher.Infrastructure/Image/ImageLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/Image/ImageLoader.cs b/Flow.Launcher.Infrastructure/Image/ImageLoader.cs index 8ed43d97f..ed3a6584d 100644 --- a/Flow.Launcher.Infrastructure/Image/ImageLoader.cs +++ b/Flow.Launcher.Infrastructure/Image/ImageLoader.cs @@ -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)