mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
allow subtitle not set by providing default value
This commit is contained in:
parent
054c0045cf
commit
2c8330cba1
1 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue