mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
Refactoring Program plugin to use parallel linq
much master when use parallel
This commit is contained in:
@@ -55,6 +55,7 @@ namespace Wox.Plugin.Program.ProgramSources
|
||||
if (!File.Exists(path)) continue;
|
||||
var entry = CreateEntry(path);
|
||||
entry.ExecuteName = item;
|
||||
entry.Source = this;
|
||||
list.Add(entry);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user