Set macos titlebarstyle to default

This commit is contained in:
jeffvli 2023-08-10 01:54:15 -07:00
parent 3c278d5e17
commit 6f969294b0

View file

@ -199,7 +199,7 @@ const createWindow = async () => {
macOS: { macOS: {
autoHideMenuBar: true, autoHideMenuBar: true,
frame: true, frame: true,
titleBarStyle: 'hidden', titleBarStyle: 'default',
trafficLightPosition: { x: 10, y: 10 }, trafficLightPosition: { x: 10, y: 10 },
}, },
windows: { windows: {