mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
revert subtitle change
This commit is contained in:
parent
763cab824b
commit
54145d7604
1 changed files with 1 additions and 2 deletions
|
|
@ -97,8 +97,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
||||||
var result = new Result
|
var result = new Result
|
||||||
{
|
{
|
||||||
Title = title,
|
Title = title,
|
||||||
//SubTitle = LnkResolvedPath ?? FullPath,
|
SubTitle = LnkResolvedPath ?? FullPath,
|
||||||
SubTitle = "",
|
|
||||||
IcoPath = IcoPath,
|
IcoPath = IcoPath,
|
||||||
Score = matchResult.Score,
|
Score = matchResult.Score,
|
||||||
TitleHighlightData = matchResult.MatchData,
|
TitleHighlightData = matchResult.MatchData,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue