Result.ToString contains Score as well

This commit is contained in:
TheBestPessimist 2023-03-05 12:25:12 +02:00 committed by TheBestPessimist
parent 84b63e5f54
commit 05ba89db3d

View file

@ -178,7 +178,7 @@ namespace Flow.Launcher.Plugin
/// <inheritdoc />
public override string ToString()
{
return Title + SubTitle;
return Title + SubTitle + Score;
}
/// <summary>