Adjust Commands

This commit is contained in:
DB p 2022-10-05 12:40:11 +09:00
parent 3bbe894f11
commit d2578104bc

View file

@ -238,7 +238,7 @@ namespace Flow.Launcher.Plugin.Sys
Action = c =>
{
{
System.Diagnostics.Process.Start("explorer.exe", "shell://RecycleBinFolder");
System.Diagnostics.Process.Start("explorer", "shell:RecycleBinFolder");
}
return true;