add comment

This commit is contained in:
Jeremy Wu 2024-03-27 13:56:10 +11:00 committed by GitHub
parent 3ddf0cf6f6
commit d8d006fee9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -899,6 +899,7 @@ namespace Flow.Launcher.ViewModel
StringBuilder queryBuilder = new(queryText);
StringBuilder queryBuilderTmp = new(queryText);
// Sorting order is important here, the reason is for matching longest shortcut by default
foreach (var shortcut in customShortcuts.OrderByDescending(x => x.Key.Length))
{
if (queryBuilder.Equals(shortcut.Key))