Skip to content

Commit 54b5966

Browse files
committed
add default Parameter
1 parent e13c647 commit 54b5966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public string QueryText
285285
/// but we don't want to move cursor to end when query is updated from TextBox
286286
/// </summary>
287287
/// <param name="queryText"></param>
288-
public void ChangeQueryText(string queryText, bool reQuery)
288+
public void ChangeQueryText(string queryText, bool reQuery = false)
289289
{
290290
if (QueryText!=queryText)
291291
{

0 commit comments

Comments
 (0)