mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix image cache and hash correspondence
This commit is contained in:
parent
040d4136b3
commit
dbfa72a95e
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ namespace Flow.Launcher.Infrastructure.Image
|
|||
|
||||
if (GuidToKey.TryGetValue(hash, out string key))
|
||||
{ // image already exists
|
||||
img = ImageCache[key, false] ?? img;
|
||||
img = ImageCache[key, loadFullImage] ?? img;
|
||||
}
|
||||
else
|
||||
{ // new guid
|
||||
|
|
|
|||
Loading…
Reference in a new issue