diff --git a/wowup-electron/app/main.ts b/wowup-electron/app/main.ts index a1c02e78..e8669634 100644 --- a/wowup-electron/app/main.ts +++ b/wowup-electron/app/main.ts @@ -290,11 +290,11 @@ function createWindow(): BrowserWindow { }); win.on("blur", () => { - // win.webContents.send("blur"); + win.webContents.send("blur"); }); win.on("focus", () => { - // win.webContents.send("focus"); + win.webContents.send("focus"); }); win.webContents.userAgent = USER_AGENT;