We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b119785 commit f935d5fCopy full SHA for f935d5f
1 file changed
Flow.Launcher/ViewModel/MainViewModel.cs
@@ -1432,10 +1432,10 @@ private async Task BuildQueryAsync(IEnumerable<BaseBuiltinShortcutModel> builtIn
1432
}
1433
1434
1435
+ // Show expanded builtin shortcuts
1436
if (queryChanged)
1437
{
- // show expanded builtin shortcuts
1438
- // use private field to avoid infinite recursion
+ // Use private field to avoid infinite recursion
1439
_queryText = queryBuilderTmp.ToString();
1440
OnPropertyChanged(nameof(QueryText));
1441
0 commit comments