mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
Revert "GODT-2039: bridge monitors bridge-gui via its PID."
This reverts commit 3b9a3aaad2.
This commit is contained in:
@ -56,7 +56,6 @@ func New(
|
||||
updater types.Updater,
|
||||
restarter types.Restarter,
|
||||
locations *locations.Locations,
|
||||
parentPID int,
|
||||
) Frontend {
|
||||
switch frontendType {
|
||||
case GRPC:
|
||||
@ -67,7 +66,6 @@ func New(
|
||||
updater,
|
||||
restarter,
|
||||
locations,
|
||||
parentPID,
|
||||
)
|
||||
|
||||
case CLI:
|
||||
|
||||
Reference in New Issue
Block a user