mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-23 19:49:17 +08:00
Fix item idx not being returned
This commit is contained in:
parent
ea1cea7b7e
commit
1e71bbdf43
@ -100,6 +100,7 @@ namespace Peek.UI.FolderItemSources
|
||||
|
||||
// TODO: pass & throw cancellation token (not essential, but may free thread resources earlier)
|
||||
result.ItemsCount = await ItemQuery.GetItemCountAsync();
|
||||
result.FirstItemIndex = firstItemIndex;
|
||||
return result;
|
||||
}
|
||||
catch (Exception)
|
||||
|
Loading…
Reference in New Issue
Block a user