add score default value

This commit is contained in:
Hongtao Zhang 2021-12-29 13:45:22 -06:00
parent 73a605528a
commit b819c79c8d

View file

@ -78,6 +78,7 @@ namespace Flow.Launcher.Plugin
/// <summary>
/// Priority of the current result
/// <value>default: 0</value>
/// </summary>
public int Score { get; set; }