Initializing query text strings.

This commit is contained in:
ryanbodrug-microsoft
2020-04-25 11:35:13 -07:00
parent 53e68c0567
commit ad0f965f3a

View File

@@ -222,9 +222,9 @@ namespace Wox.ViewModel
public ResultsViewModel ContextMenu { get; private set; }
public ResultsViewModel History { get; private set; }
public string SystemQueryText { get; set; }
public string SystemQueryText { get; set; } = String.Empty;
public string QueryText { get; set; }
public string QueryText { get; set; } = String.Empty;
/// <summary>