Set macos titlebarstyle to default
This commit is contained in:
parent
3c278d5e17
commit
6f969294b0
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Reference in a new issue