mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix unintended use of direct startInfo.Arguments in context menu
This commit is contained in:
parent
3bdc82a47f
commit
cc743c1efc
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
Method = "context_menu", Parameters = new object[] {selectedResult.ContextData},
|
||||
};
|
||||
_startInfo.Arguments = $"-B \"{context.CurrentPluginMetadata.ExecuteFilePath}\" \"{request}\"";
|
||||
_startInfo.ArgumentList[2] = request.ToString();
|
||||
_startInfo.WorkingDirectory = context.CurrentPluginMetadata.PluginDirectory;
|
||||
|
||||
// TODO: Async Action
|
||||
|
|
|
|||
Loading…
Reference in a new issue