Fix result badge ico path update issue

This commit is contained in:
Jack251970 2025-04-11 15:48:49 +08:00
parent d338c5551d
commit a1ce6b348d

View file

@ -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))
{ {