mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
add some comments
This commit is contained in:
@@ -74,7 +74,14 @@ namespace WinAlfred
|
||||
{
|
||||
if ((currentScore >= next.Result.Score && currentScore <= prev.Result.Score))
|
||||
{
|
||||
location = index;
|
||||
if (currentScore == next.Result.Score)
|
||||
{
|
||||
location = index + 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
location = index;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user