mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
Set macos titlebarstyle to default
This commit is contained in:
+1
-1
@@ -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 New Issue
Block a user