Skip to content

Commit

Permalink
Reflect the connection state propagated to the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet committed May 8, 2024
1 parent 1de5f57 commit 77879b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/PacketTunnelCore/Actor/PacketTunnelActor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ extension PacketTunnelActor {
connectedEndpoint: obfuscatedEndpoint,
transportLayer: transportLayer,
remotePort: protocolObfuscator.remotePort,
isPostQuantum: connectionState.isPostQuantum
isPostQuantum: settings.quantumResistance.isEnabled
)
}

Expand Down

0 comments on commit 77879b4

Please sign in to comment.