mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Change ErrorIcon to MissingImgIcon in ImageCache check since we don't use ErrorIcon anymore
This commit is contained in:
parent
1c6769cbcc
commit
05aa7062d7
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ namespace Flow.Launcher.Infrastructure.Image
|
|||
{
|
||||
// To delete the images from the data dictionary based on the resizing of the Usage Dictionary.
|
||||
foreach (var key in Data
|
||||
.Where(x => x.Key != Constant.ErrorIcon
|
||||
.Where(x => x.Key != Constant.MissingImgIcon
|
||||
&& x.Key != Constant.DefaultIcon)
|
||||
.OrderBy(x => x.Value.usage).Take(Data.Count - MaxCached).Select(x => x.Key))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue