File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Plugins/Flow.Launcher.Plugin.Program/Programs Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -311,9 +311,14 @@ public List<Result> ContextMenus(IPublicAPI api)
311
311
312
312
Action = _ =>
313
313
{
314
- Main . StartProcess ( Process . Start , new ProcessStartInfo (
315
- ! string . IsNullOrEmpty ( Main . _settings . CustomizedExplorer ) ? Main . _settings . CustomizedExplorer : Settings . Explorer ,
316
- Main . _settings . CustomizedArgs . Replace ( "%s" , $ "\" { Package . Location } \" ") . Trim ( ) ) ) ;
314
+ Main . StartProcess ( Process . Start ,
315
+ new ProcessStartInfo (
316
+ ! string . IsNullOrEmpty ( Main . _settings . CustomizedExplorer )
317
+ ? Main . _settings . CustomizedExplorer
318
+ : Settings . Explorer ,
319
+ Main . _settings . CustomizedArgs
320
+ . Replace ( "%s" , $ "\" { Package . Location } \" ")
321
+ . Trim ( ) ) ) ;
317
322
318
323
return true ;
319
324
} ,
You can’t perform that action at this time.
0 commit comments