mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
add default Parameter
This commit is contained in:
parent
e13c64725d
commit
54b5966e41
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue