Skip to content

Commit f935d5f

Browse files
committed
Improve code comments
1 parent b119785 commit f935d5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,10 +1432,10 @@ private async Task BuildQueryAsync(IEnumerable<BaseBuiltinShortcutModel> builtIn
14321432
}
14331433
}
14341434

1435+
// Show expanded builtin shortcuts
14351436
if (queryChanged)
14361437
{
1437-
// show expanded builtin shortcuts
1438-
// use private field to avoid infinite recursion
1438+
// Use private field to avoid infinite recursion
14391439
_queryText = queryBuilderTmp.ToString();
14401440
OnPropertyChanged(nameof(QueryText));
14411441
}

0 commit comments

Comments
 (0)