mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove QL support for programs
This commit is contained in:
parent
ff7457dc0f
commit
cb33756a03
1 changed files with 0 additions and 4 deletions
|
|
@ -168,10 +168,6 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
Score = matchResult.Score,
|
||||
TitleHighlightData = matchResult.MatchData,
|
||||
ContextData = this,
|
||||
Preview = new Result.PreviewInfo
|
||||
{
|
||||
FilePath = FullPath,
|
||||
},
|
||||
Action = c =>
|
||||
{
|
||||
// Ctrl + Enter to open containing folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue