From 81aa747d831320b0a733ddf0023e776c590e4c08 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 15 Dec 2021 23:30:33 +0100 Subject: [PATCH] lint --- app/lib/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }