From d2578104bcd633d40cd624ea1f1d7d6f97fdc478 Mon Sep 17 00:00:00 2001 From: DB p Date: Wed, 5 Oct 2022 12:40:11 +0900 Subject: [PATCH] Adjust Commands --- Plugins/Flow.Launcher.Plugin.Sys/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs index 101ac0514..1b8ff3cc0 100644 --- a/Plugins/Flow.Launcher.Plugin.Sys/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Sys/Main.cs @@ -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;