more todo

This commit is contained in:
TheBestPessimist 2023-03-14 09:21:11 +02:00
parent 569046b45d
commit 48ed1fec15

View file

@ -146,7 +146,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything
var result = new SearchResult
{
// todo the types are wrong. Everything expects uint everywhere, but we send int just above. pls fix
// todo the types are wrong. Everything expects uint everywhere, but we send int just above/below. how to fix? Is EverythingApiDllImport autogenerated or handmade?
FullPath = buffer.ToString(),
Type = EverythingApiDllImport.Everything_IsFolderResult(idx) ? ResultType.Folder :
EverythingApiDllImport.Everything_IsFileResult(idx) ? ResultType.File :