diff options
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/daemon-rpc-types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts index 404762d962..ac1e7584f6 100644 --- a/gui/src/shared/daemon-rpc-types.ts +++ b/gui/src/shared/daemon-rpc-types.ts @@ -279,7 +279,6 @@ export interface IShadowsocksProxySettings { export interface IAppVersionInfo { currentIsSupported: boolean; - currentIsOutdated: boolean; latestStable: string; latest: string; } @@ -289,6 +288,7 @@ export interface ISettings { allowLan: boolean; autoConnect: boolean; blockWhenDisconnected: boolean; + showBetaReleases?: boolean; relaySettings: RelaySettings; tunnelOptions: ITunnelOptions; bridgeSettings: BridgeSettings; |
