mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Revert "Remove unnecessary constructor"
This reverts commit 7e9dc18676.
This commit is contained in:
parent
43df5e1744
commit
10f160d9a2
1 changed files with 4 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue