From 2c8330cba11f5ba36d73e6f8ff29f4fa71bca7d7 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 15 Apr 2021 14:06:53 +1000 Subject: [PATCH] allow subtitle not set by providing default value --- Flow.Launcher.Plugin/Result.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 70be1e9dc..94dde77dd 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -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; /// /// This holds the action keyword that triggered the result.