We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbe894 commit d257810Copy full SHA for d257810
Plugins/Flow.Launcher.Plugin.Sys/Main.cs
@@ -238,7 +238,7 @@ private List<Result> Commands()
238
Action = c =>
239
{
240
241
- System.Diagnostics.Process.Start("explorer.exe", "shell://RecycleBinFolder");
+ System.Diagnostics.Process.Start("explorer", "shell:RecycleBinFolder");
242
}
243
244
return true;
0 commit comments