This commit is contained in:
Liang Ding 2023-01-28 14:17:57 +08:00
parent c8cb98a86a
commit 1743eabde8
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

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