feat(desktop-electron): Enable auto hide menu bar on main window
parent
d722026a8d
commit
4122733f56
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue