Merge branch 'dev' into administrator_mode

This commit is contained in:
Jack Ye 2025-06-15 12:51:19 +08:00 committed by GitHub
commit d1daf512ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,6 +101,10 @@ namespace Flow.Launcher.Plugin.Explorer.Search
AutoCompleteText = GetAutoCompleteText(title, query, path, ResultType.Folder),
TitleHighlightData = Context.API.FuzzySearch(query.Search, title).MatchData,
CopyText = path,
Preview = new Result.PreviewInfo
{
FilePath = path,
},
PreviewPanel = new Lazy<UserControl>(() => new PreviewPanel(Settings, path, ResultType.Folder)),
Action = c =>
{