temporarily disable private desktop until it works with elevated IPC path (#14986)
This commit is contained in:
parent
4d9d4b7b0f
commit
2cc4ee413f
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ fn spawn_ipc_process(
|
|||
&req.env,
|
||||
stdin_mode,
|
||||
StderrMode::Separate,
|
||||
req.use_private_desktop,
|
||||
false,
|
||||
)?;
|
||||
(
|
||||
pipe_handles.process,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue