mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update explanation wording
This commit is contained in:
parent
a3b25d107c
commit
4e67f28a64
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ namespace Flow.Launcher.Infrastructure.Image
|
||||||
{
|
{
|
||||||
try
|
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);
|
imageResult = GetThumbnailResult(ref path, loadFullImage);
|
||||||
}
|
}
|
||||||
catch (System.Exception e2)
|
catch (System.Exception e2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue