@@ -84,6 +84,7 @@ export function createMainWindow() {
width: state.width,
height: state.height,
show: false,
+ autoHideMenuBar: true,
title: "OpenCode",
icon: iconPath(),
backgroundColor,
@@ -142,6 +143,7 @@ export function createLoadingWindow() {
resizable: false,
center: true,
show: true,
...(process.platform === "darwin" ? { titleBarStyle: "hidden" as const } : {}),