[tor-launcher] branch master updated: Tor Brower Bug 41039: set startHidden on tor process

This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch master in repository tor-launcher. The following commit(s) were added to refs/heads/master by this push: new a9b3ea5 Tor Brower Bug 41039: set startHidden on tor process a9b3ea5 is described below commit a9b3ea54e298e891614907274069c2e400744c33 Author: Marco Simonelli <msimonelli@protonmail.com> AuthorDate: Mon Jun 27 08:48:28 2022 +0000 Tor Brower Bug 41039: set startHidden on tor process --- src/components/tl-process.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tl-process.js b/src/components/tl-process.js index d57092e..1c830d9 100644 --- a/src/components/tl-process.js +++ b/src/components/tl-process.js @@ -531,6 +531,7 @@ TorProcessService.prototype = this.mTorProcessStatus = this.kStatusStarting; var p = Cc["@mozilla.org/process/util;1"].createInstance(Ci.nsIProcess); + p.startHidden = true; p.init(exeFile); TorLauncherLogger.log(2, "Starting " + exeFile.path); -- To stop receiving notification emails like this one, please contact the administrator of this repository.
participants (1)
-
gitolite role