add default Parameter

This commit is contained in:
Kevin Zhang 2021-09-24 20:07:01 -05:00
parent e13c64725d
commit 54b5966e41

View file

@ -285,7 +285,7 @@ namespace Flow.Launcher.ViewModel
/// but we don't want to move cursor to end when query is updated from TextBox
/// </summary>
/// <param name="queryText"></param>
public void ChangeQueryText(string queryText, bool reQuery)
public void ChangeQueryText(string queryText, bool reQuery = false)
{
if (QueryText!=queryText)
{