This commit is contained in:
Vanessa 2023-02-26 10:25:39 +08:00
parent c8e64a8bbb
commit 3e52adf25f

View file

@ -746,6 +746,7 @@ app.whenReady().then(() => {
width: mainScreen.size.width * 0.7, width: mainScreen.size.width * 0.7,
height: mainScreen.size.height * 0.9, height: mainScreen.size.height * 0.9,
minWidth: 493, minWidth: 493,
center: true,
minHeight: 376, minHeight: 376,
fullscreenable: true, fullscreenable: true,
frame: "darwin" === process.platform, frame: "darwin" === process.platform,