From 3e52adf25fda1942a8d0c448578d5558c130ec08 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 26 Feb 2023 10:25:39 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/7490 --- app/electron/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/electron/main.js b/app/electron/main.js index a1746fdbc..4352bce98 100644 --- a/app/electron/main.js +++ b/app/electron/main.js @@ -746,6 +746,7 @@ app.whenReady().then(() => { width: mainScreen.size.width * 0.7, height: mainScreen.size.height * 0.9, minWidth: 493, + center: true, minHeight: 376, fullscreenable: true, frame: "darwin" === process.platform,