Skip to content

Commit d257810

Browse files
committed
Adjust Commands
1 parent 3bbe894 commit d257810

File tree

1 file changed

+1
-1
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ private List<Result> Commands()
238238
Action = c =>
239239
{
240240
{
241-
System.Diagnostics.Process.Start("explorer.exe", "shell://RecycleBinFolder");
241+
System.Diagnostics.Process.Start("explorer", "shell:RecycleBinFolder");
242242
}
243243

244244
return true;

0 commit comments

Comments
 (0)