mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
more todo
This commit is contained in:
parent
569046b45d
commit
48ed1fec15
1 changed files with 1 additions and 1 deletions
|
|
@ -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 :
|
||||
|
|
|
|||
Loading…
Reference in a new issue