From b819c79c8deab8677128c48ac7fe1e0d57210972 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Wed, 29 Dec 2021 13:45:22 -0600 Subject: [PATCH] add score default value --- Flow.Launcher.Plugin/Result.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index 4a0715c27..7849dbe03 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -78,6 +78,7 @@ namespace Flow.Launcher.Plugin /// /// Priority of the current result + /// default: 0 /// public int Score { get; set; }