Skip to content

Commit 2c8330c

Browse files
committed
allow subtitle not set by providing default value
1 parent 054c004 commit 2c8330c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Flow.Launcher.Plugin/Result.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ public class Result
1010
{
1111

1212
private string _pluginDirectory;
13+
1314
private string _icoPath;
15+
1416
public string Title { get; set; }
15-
public string SubTitle { get; set; }
17+
18+
public string SubTitle { get; set; } = string.Empty;
1619

1720
/// <summary>
1821
/// This holds the action keyword that triggered the result.

0 commit comments

Comments
 (0)