diff options
Diffstat (limited to 'gui/src/renderer/components/ConnectionPanel.tsx')
| -rw-r--r-- | gui/src/renderer/components/ConnectionPanel.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/components/ConnectionPanel.tsx b/gui/src/renderer/components/ConnectionPanel.tsx index 7f4c28286b..552a9e3187 100644 --- a/gui/src/renderer/components/ConnectionPanel.tsx +++ b/gui/src/renderer/components/ConnectionPanel.tsx @@ -4,7 +4,7 @@ import styled from 'styled-components'; import { colors } from '../../config.json'; import { - ObfuscationType, + EndpointObfuscationType, ProxyType, proxyTypeToString, RelayProtocol, @@ -31,7 +31,7 @@ export interface IBridgeData extends IEndpoint { } export interface IObfuscationData extends IEndpoint { - obfuscationType: ObfuscationType; + obfuscationType: EndpointObfuscationType; } export interface IOutAddress { |
