From 4122733f56ddb671636a94cf12bc40acc95e37ee Mon Sep 17 00:00:00 2001 From: Haekal Kalipaksi Date: Fri, 13 Mar 2026 04:17:05 +0700 Subject: [PATCH] feat(desktop-electron): Enable auto hide menu bar on main window --- packages/desktop-electron/src/main/windows.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/desktop-electron/src/main/windows.ts b/packages/desktop-electron/src/main/windows.ts index d4ec5ac7901..3767db76e1e 100644 --- a/packages/desktop-electron/src/main/windows.ts +++ b/packages/desktop-electron/src/main/windows.ts @@ -56,6 +56,7 @@ export function createMainWindow(globals: Globals) { y: state.y, width: state.width, height: state.height, + autoHideMenuBar: true, show: true, title: "OpenCode", icon: iconPath(),