mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
This commit is contained in:
parent
b1197858de
commit
f935d5f078
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue