allow subtitle not set by providing default value

This commit is contained in:
Jeremy Wu 2021-04-15 14:06:53 +10:00
parent 054c0045cf
commit 2c8330cba1

View file

@ -10,9 +10,12 @@ namespace Flow.Launcher.Plugin
{
private string _pluginDirectory;
private string _icoPath;
public string Title { get; set; }
public string SubTitle { get; set; }
public string SubTitle { get; set; } = string.Empty;
/// <summary>
/// This holds the action keyword that triggered the result.