Improve code comments

This commit is contained in:
Jack251970 2025-05-02 15:06:20 +08:00
parent b1197858de
commit f935d5f078

View file

@ -1432,10 +1432,10 @@ namespace Flow.Launcher.ViewModel
}
}
// Show expanded builtin shortcuts
if (queryChanged)
{
// show expanded builtin shortcuts
// use private field to avoid infinite recursion
// Use private field to avoid infinite recursion
_queryText = queryBuilderTmp.ToString();
OnPropertyChanged(nameof(QueryText));
}