diff options
Diffstat (limited to 'gui/src/shared/ipc-schema.ts')
| -rw-r--r-- | gui/src/shared/ipc-schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/shared/ipc-schema.ts b/gui/src/shared/ipc-schema.ts index 93c795dd74..0ed0985bf1 100644 --- a/gui/src/shared/ipc-schema.ts +++ b/gui/src/shared/ipc-schema.ts @@ -123,6 +123,7 @@ export const ipcSchema = { }, currentVersion: { '': notifyRenderer<ICurrentAppVersionInfo>(), + displayedChangelog: send<void>(), }, upgradeVersion: { '': notifyRenderer<IAppVersionInfo>(), |
