feat(desktop-electron): Enable auto hide menu bar on main window

pull/17243/head
Haekal Kalipaksi 2026-03-13 04:17:05 +07:00
parent d722026a8d
commit 4122733f56
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

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