temporarily disable private desktop until it works with elevated IPC path (#14986)

This commit is contained in:
iceweasel-oai 2026-03-17 14:09:57 -07:00 committed by GitHub
parent 4d9d4b7b0f
commit 2cc4ee413f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -294,7 +294,7 @@ fn spawn_ipc_process(
&req.env,
stdin_mode,
StderrMode::Separate,
req.use_private_desktop,
false,
)?;
(
pipe_handles.process,