File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Plugins/Flow.Launcher.Plugin.Program/Programs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -325,8 +325,8 @@ public List<Result> ContextMenus(IPublicAPI api)
325
325
Action = _ =>
326
326
{
327
327
Main . StartProcess ( Process . Start , new ProcessStartInfo (
328
- ! string . IsNullOrEmpty ( Main . _settings . CustomizedExploere ) ? Main . _settings . CustomizedExploere : "exploere"
329
- , ( Main . _settings . CustomizedArgs + " " + ParentDirectory ) . Trim ( ) ) ) ;
328
+ ! string . IsNullOrEmpty ( Main . _settings . CustomizedExploere ) ? Main . _settings . CustomizedExploere : "exploere" ,
329
+ $ " { Main . _settings . CustomizedArgs } \" { Package . Location } \" " . Trim ( ) ) ) ;
330
330
331
331
return true ;
332
332
} ,
Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ public List<Result> ContextMenus(IPublicAPI api)
141
141
Action = _ =>
142
142
{
143
143
Main . StartProcess ( Process . Start , new ProcessStartInfo (
144
- ! string . IsNullOrEmpty ( Main . _settings . CustomizedExploere ) ? Main . _settings . CustomizedExploere : "exploere"
145
- , ( Main . _settings . CustomizedArgs + " " + ParentDirectory ) . Trim ( ) ) ) ;
144
+ ! string . IsNullOrEmpty ( Main . _settings . CustomizedExploere ) ? Main . _settings . CustomizedExploere : "exploere" ,
145
+ $ " { Main . _settings . CustomizedArgs } \" { ParentDirectory } \" " . Trim ( ) ) ) ;
146
146
return true ;
147
147
} ,
148
148
IcoPath = "Images/folder.png"
You can’t perform that action at this time.
0 commit comments