diff options
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/ipc-schema.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/shared/ipc-schema.ts b/gui/src/shared/ipc-schema.ts index 1700ddc606..ce517c8f21 100644 --- a/gui/src/shared/ipc-schema.ts +++ b/gui/src/shared/ipc-schema.ts @@ -55,6 +55,7 @@ export interface IAppStateSnapshot { accountHistory?: AccountToken; tunnelState: TunnelState; settings: ISettings; + isPerformingPostUpgrade: boolean; deviceConfig?: IDeviceConfig; hasReceivedDeviceConfig: boolean; relayListPair: IRelayListPair; @@ -119,6 +120,7 @@ export const ipcSchema = { reset: notifyRenderer<void>(), }, daemon: { + isPerformingPostUpgrade: notifyRenderer<boolean>(), connected: notifyRenderer<void>(), disconnected: notifyRenderer<void>(), }, |
