mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Initial commit
Fix misaligned suggestion text
This commit is contained in:
parent
1e18e2684f
commit
ff867d22a1
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
Title = title,
|
||||
IcoPath = path,
|
||||
SubTitle = subtitle,
|
||||
AutoCompleteText = $"{subtitle}\\",
|
||||
TitleHighlightData = StringMatcher.FuzzySearch(query.Search, title).MatchData,
|
||||
Action = c =>
|
||||
{
|
||||
|
|
@ -123,6 +124,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
Title = Path.GetFileName(filePath),
|
||||
SubTitle = filePath,
|
||||
IcoPath = filePath,
|
||||
AutoCompleteText = filePath,
|
||||
TitleHighlightData = StringMatcher.FuzzySearch(query.Search, Path.GetFileName(filePath)).MatchData,
|
||||
Score = score,
|
||||
Action = c =>
|
||||
|
|
|
|||
Loading…
Reference in a new issue