diff options
Diffstat (limited to 'gui/src/shared')
| -rw-r--r-- | gui/src/shared/ipc-schema.ts | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gui/src/shared/ipc-schema.ts b/gui/src/shared/ipc-schema.ts index 62a3afc948..3f0d86d995 100644 --- a/gui/src/shared/ipc-schema.ts +++ b/gui/src/shared/ipc-schema.ts @@ -107,11 +107,9 @@ export const ipcSchema = { windowFocus: { '': notifyRenderer<boolean>(), }, - daemonConnected: { - '': notifyRenderer<void>(), - }, - daemonDisconnected: { - '': notifyRenderer<string | undefined>(), + daemon: { + connected: notifyRenderer<void>(), + disconnected: notifyRenderer<void>(), }, location: { '': notifyRenderer<ILocation>(), |
