From 2f21db2dae845903300535fbcdd9df5b59fe2e42 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Thu, 28 Aug 2025 14:03:05 +0200 Subject: [PATCH] Cleanup --- apps/desktop/src/main/window.main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();