Skip to content

Commit cb33756

Browse files
Remove QL support for programs
1 parent ff7457d commit cb33756

File tree

1 file changed

+0
-4
lines changed
  • Plugins/Flow.Launcher.Plugin.Program/Programs

1 file changed

+0
-4
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,6 @@ public Result Result(string query, IPublicAPI api)
168168
Score = matchResult.Score,
169169
TitleHighlightData = matchResult.MatchData,
170170
ContextData = this,
171-
Preview = new Result.PreviewInfo
172-
{
173-
FilePath = FullPath,
174-
},
175171
Action = c =>
176172
{
177173
// Ctrl + Enter to open containing folder

0 commit comments

Comments
 (0)