We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca08e60 commit 4e534b5Copy full SHA for 4e534b5
Flow.Launcher.Infrastructure/Image/ImageCache.cs
@@ -38,7 +38,7 @@ public ImageSource this[string path]
38
foreach (var key in _data.Keys)
39
{
40
int dictValue;
41
- if (!Usage.TryGetValue(key, out dictValue))
+ if (!Usage.TryGetValue(key, out dictValue) && !(key.Equals(Constant.ErrorIcon) || key.Equals(Constant.DefaultIcon)))
42
43
ImageSource imgSource;
44
_data.TryRemove(key, out imgSource);
0 commit comments