Skip to content

Commit 4e67f28

Browse files
authored
Update explanation wording
1 parent a3b25d1 commit 4e67f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/Image/ImageLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private static ImageResult LoadInternal(string path, bool loadFullImage = false)
131131
{
132132
try
133133
{
134-
// Retry to get thumbnail for certain images when the first try failed
134+
// Get thumbnail may fail for certain images on the first try, retry again has proven to work
135135
imageResult = GetThumbnailResult(ref path, loadFullImage);
136136
}
137137
catch (System.Exception e2)

0 commit comments

Comments
 (0)