mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add comment to clarify re-query
This commit is contained in:
parent
54b5966e41
commit
0123f5e930
1 changed files with 1 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ namespace Flow.Launcher.ViewModel
|
|||
{
|
||||
if (QueryText!=queryText)
|
||||
{
|
||||
// re-query is done in QueryText's setter method
|
||||
QueryText = queryText;
|
||||
}
|
||||
else if (reQuery)
|
||||
|
|
|
|||
Loading…
Reference in a new issue