diff options
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/daemon-rpc-types.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/src/shared/daemon-rpc-types.ts b/gui/src/shared/daemon-rpc-types.ts index 661250c5f5..baf084c554 100644 --- a/gui/src/shared/daemon-rpc-types.ts +++ b/gui/src/shared/daemon-rpc-types.ts @@ -278,9 +278,10 @@ export interface IShadowsocksProxySettings { } export interface IAppVersionInfo { - currentIsSupported: boolean; - latestStable: string; + supported: boolean; latest: string; + latestStable: string; + latestBeta: string; } export interface ISettings { |
