mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
slightly refactor
This commit is contained in:
parent
ffa40b01a4
commit
e86a2f15dc
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ namespace Flow.Launcher.Infrastructure.Image
|
|||
{
|
||||
if (string.IsNullOrEmpty(path))
|
||||
{
|
||||
return new ImageResult(ImageCache[Constant.MissingImgIcon, false], ImageType.Error);
|
||||
return new ImageResult(DefaultImage, ImageType.Error);
|
||||
}
|
||||
if (ImageCache.ContainsKey(path, loadFullImage))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue