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 a20213f424..32f1344bfd 100644 --- a/gui/src/shared/ipc-schema.ts +++ b/gui/src/shared/ipc-schema.ts @@ -98,11 +98,9 @@ export const ipcSchema = { state: { get: invokeSync<void, IAppStateSnapshot>(), }, - windowShape: { - '': notifyRenderer<IWindowShapeParameters>(), - }, - windowFocus: { - '': notifyRenderer<boolean>(), + window: { + shape: notifyRenderer<IWindowShapeParameters>(), + focus: notifyRenderer<boolean>(), }, navigation: { reset: notifyRenderer<void>(), |
