Skip to content

Commit a1ce6b3

Browse files
committed
Fix result badge ico path update issue
1 parent d338c55 commit a1ce6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ async Task QueryTaskAsync(PluginPair plugin, CancellationToken token)
12841284
resultsCopy = DeepCloneResults(results, token);
12851285
}
12861286

1287-
foreach (var result in results)
1287+
foreach (var result in resultsCopy)
12881288
{
12891289
if (string.IsNullOrEmpty(result.BadgeIcoPath))
12901290
{

0 commit comments

Comments
 (0)