fix: if previously not found, still look up icon
This fixes the case where an icon was previously looked up, not found, and now exists (i.e. when an application was installed)
This commit is contained in:
parent
05f9d99409
commit
cd10e6fa61
1 changed files with 1 additions and 4 deletions
|
|
@ -227,10 +227,7 @@ impl<'a> LookupBuilder<'a> {
|
|||
CacheEntry::Found(icon) => {
|
||||
return Some(icon);
|
||||
}
|
||||
CacheEntry::NotFound => {
|
||||
return None;
|
||||
}
|
||||
CacheEntry::Unknown => {}
|
||||
_ => {}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue