diff --git a/apps/desktop/src/main/window.main.ts b/apps/desktop/src/main/window.main.ts index 2bbcaa71d42..1945945e21e 100644 --- a/apps/desktop/src/main/window.main.ts +++ b/apps/desktop/src/main/window.main.ts @@ -85,7 +85,7 @@ export class WindowMain { }); ipcMain.on("window-hide", () => { - if (this.win != null) { + if (this.win != null) { if (isWindows()) { // On windows, to return focus we need minimize this.win.minimize();