This commit is contained in:
Liang Ding
2023-01-28 14:17:57 +08:00
parent c8cb98a86a
commit 1743eabde8

View File

@@ -732,8 +732,8 @@ app.whenReady().then(() => {
show: true,
backgroundColor: '#FFF',
trafficLightPosition: {x: 8, y: 13},
width: 1032,
height: 650,
width: screen.getPrimaryDisplay().size.width * 0.7,
height: screen.getPrimaryDisplay().size.height * 0.9,
minWidth: 493,
minHeight: 376,
fullscreenable: true,