mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Commands
This commit is contained in:
parent
3bbe894f11
commit
d2578104bc
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ namespace Flow.Launcher.Plugin.Sys
|
||||||
Action = c =>
|
Action = c =>
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
System.Diagnostics.Process.Start("explorer.exe", "shell://RecycleBinFolder");
|
System.Diagnostics.Process.Start("explorer", "shell:RecycleBinFolder");
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue