mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 13:35:31 +02:00
Initializing query text strings.
This commit is contained in:
@@ -222,9 +222,9 @@ namespace Wox.ViewModel
|
|||||||
public ResultsViewModel ContextMenu { get; private set; }
|
public ResultsViewModel ContextMenu { get; private set; }
|
||||||
public ResultsViewModel History { 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>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user