From 9a4fb23bce451974e6a595e9c8708c19257c25ad Mon Sep 17 00:00:00 2001 From: Anderson Shindy Oki Date: Tue, 14 Jul 2026 09:47:02 +0900 Subject: [PATCH] fix: Mac missing fullscreen --- opennow-stable/src/main/window/mainWindow.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opennow-stable/src/main/window/mainWindow.ts b/opennow-stable/src/main/window/mainWindow.ts index a6eb722f..39b8eeb6 100644 --- a/opennow-stable/src/main/window/mainWindow.ts +++ b/opennow-stable/src/main/window/mainWindow.ts @@ -68,7 +68,7 @@ export async function createMainWindow( height: settings.windowHeight || 900, minWidth: 1024, minHeight: 680, - fullscreen: startFullscreen, + ...(startFullscreen ? { fullscreen: true } : {}), autoHideMenuBar: true, backgroundColor: "#0f172a", webPreferences: {