@@ -319,36 +319,30 @@ public ResultsViewModel PreviewResults
319
319
{
320
320
new Result
321
321
{
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" )
324
325
} ,
325
326
new Result
326
327
{
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" )
329
331
} ,
330
332
new Result
331
333
{
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" )
334
337
} ,
335
338
new Result
336
339
{
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" )
349
343
}
350
344
} ;
351
- var vm = new ResultsViewModel ( ) ;
345
+ var vm = new ResultsViewModel ( Settings ) ;
352
346
vm . AddResults ( results , "PREVIEW" ) ;
353
347
return vm ;
354
348
}
0 commit comments