Merge pull request #3712 from Flow-Launcher/fix_folder_preview

Add preview information back for external preview
This commit is contained in:
Jack Ye 2025-06-15 12:09:53 +08:00 committed by GitHub
commit 58a47aa35d
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 =>
{