mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
- item of *.lnk remove subtitle (for test)
This commit is contained in:
parent
25b5f301df
commit
8aaeb85d69
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ 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