mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Async loading item images => huge performance improvements for old machines.
This commit is contained in:
@@ -34,10 +34,6 @@ namespace Wox
|
||||
}
|
||||
foreach (var result in results)
|
||||
{
|
||||
//ThreadPool.QueueUserWorkItem(delegate
|
||||
// {
|
||||
// ImageLoader.Load(Path.Combine(result.PluginDirectory, result.IcoPath));
|
||||
// });
|
||||
int position = GetInsertLocation(result.Score);
|
||||
lbResults.Items.Insert(position, result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user