diff --git a/app/lib/window.ts b/app/lib/window.ts index 3881c9b0..77e9d703 100644 --- a/app/lib/window.ts +++ b/app/lib/window.ts @@ -158,7 +158,7 @@ export class Window { }) } - makeMain () { + makeMain (): void { this.isMainWindow = true this.window.webContents.send('host:became-main-window') }