mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Add custom context menu setting for findfile plugin and improve the search speed.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace Wox.Plugin.FindFile.MFTSearch
|
||||
{
|
||||
if (string.IsNullOrEmpty(item)) return new List<MFTSearchRecord>();
|
||||
|
||||
List<USNRecord> found = cache.FindByName(item);
|
||||
List<USNRecord> found = cache.FindByName(item,100);
|
||||
found.ForEach(x => FillPath(x.VolumeName, x, cache));
|
||||
return found.ConvertAll(o => new MFTSearchRecord(o));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user