mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[PT Run] Improve the Win32 Program Indexing speed (#11364)
This commit is contained in:
@@ -243,7 +243,7 @@ namespace Microsoft.Plugin.Program.Storage
|
||||
public void IndexPrograms()
|
||||
{
|
||||
var applications = Programs.Win32Program.All(_settings);
|
||||
Log.Info($"Indexed {applications.Length} win32 applications", GetType());
|
||||
Log.Info($"Indexed {applications.Count} win32 applications", GetType());
|
||||
SetList(applications);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user