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(),