diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchResult.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchResult.cs index 39e4119bf..148072931 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchResult.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/SearchResult.cs @@ -4,6 +4,10 @@ namespace Flow.Launcher.Plugin.Explorer.Search { public record struct SearchResult { + public SearchResult() + { + } + public string FullPath { get; init; } public ResultType Type { get; init; } public int Score { get; init; }