@@ -319,36 +319,30 @@ public ResultsViewModel PreviewResults
319319 {
320320 new Result
321321 {
322- Title = "WoX is a launcher for Windows that simply works." ,
323- SubTitle = "You can call it Windows omni-eXecutor if you want a long name."
322+ Title = "Explorer" ,
323+ SubTitle = "Search for files, folders and file contents" ,
324+ IcoPath = Path . Combine ( Constant . ProgramDirectory , @"Plugins\Flow.Launcher.Plugin.Explorer\Images\explorer.png" )
324325 } ,
325326 new Result
326327 {
327- Title = "Search for everything—applications, folders, files and more." ,
328- SubTitle = "Use pinyin to search for programs. (yyy / wangyiyun → 网易云音乐)"
328+ Title = "WebSearch" ,
329+ SubTitle = "Search the web with different search engine support" ,
330+ IcoPath = Path . Combine ( Constant . ProgramDirectory , @"Plugins\Flow.Launcher.Plugin.WebSearch\Images\web_search.png" )
329331 } ,
330332 new Result
331333 {
332- Title = "Keyword plugin search." ,
333- SubTitle = "search google with g search_term."
334+ Title = "Program" ,
335+ SubTitle = "Launch programs as admin or a different user" ,
336+ IcoPath = Path . Combine ( Constant . ProgramDirectory , @"Plugins\Flow.Launcher.Plugin.Program\Images\program.png" )
334337 } ,
335338 new Result
336339 {
337- Title = "Build custom themes at: " ,
338- SubTitle = Theme
339- } ,
340- new Result
341- {
342- Title = "Install plugins from: " ,
343- SubTitle = Plugin
344- } ,
345- new Result
346- {
347- Title = $ "Open Source: { _updater . GitHubRepository } ",
348- SubTitle = "Please star it!"
340+ Title = "ProcessKiller" ,
341+ SubTitle = "Terminate unwanted processes" ,
342+ IcoPath = Path . Combine ( Constant . ProgramDirectory , @"Plugins\Flow.Launcher.Plugin.ProcessKiller\Images\app.png" )
349343 }
350344 } ;
351- var vm = new ResultsViewModel ( ) ;
345+ var vm = new ResultsViewModel ( Settings ) ;
352346 vm . AddResults ( results , "PREVIEW" ) ;
353347 return vm ;
354348 }
0 commit comments