mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
Stable sorting of ResultCollection (#5850)
* Stable sorting of ResultCollection * nit fixes for resultsViewModel and ResultCollection
This commit is contained in:
committed by
GitHub
parent
ac10c988b9
commit
2d2cb22806
@@ -502,7 +502,7 @@ namespace PowerLauncher.ViewModel
|
||||
}
|
||||
|
||||
currentCancellationToken.ThrowIfCancellationRequested();
|
||||
Results.Results.Sort();
|
||||
Results.Sort();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user