mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use Shell Execute for Shell Plugin RunCommand
it would not behavior like win+r without this. try `shell:startup`
This commit is contained in:
parent
a9b4187969
commit
5a45c5a012
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ namespace Flow.Launcher.Plugin.Shell
|
|||
var arguments = parts[1];
|
||||
info.FileName = filename;
|
||||
info.ArgumentList.Add(arguments);
|
||||
info.UseShellExecute = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue