mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix result badge ico path update issue
This commit is contained in:
parent
d338c5551d
commit
a1ce6b348d
1 changed files with 1 additions and 1 deletions
|
|
@ -1284,7 +1284,7 @@ namespace Flow.Launcher.ViewModel
|
||||||
resultsCopy = DeepCloneResults(results, token);
|
resultsCopy = DeepCloneResults(results, token);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach (var result in results)
|
foreach (var result in resultsCopy)
|
||||||
{
|
{
|
||||||
if (string.IsNullOrEmpty(result.BadgeIcoPath))
|
if (string.IsNullOrEmpty(result.BadgeIcoPath))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue