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.