This commit is contained in:
Vanessa 2023-01-02 16:12:03 +08:00
parent 1571b5d993
commit 9220a060d2
15 changed files with 203 additions and 251 deletions

View file

@ -178,6 +178,8 @@ const boot = () => {
backgroundColor: '#FFF', // 桌面端主窗体背景色设置为 `#FFF` Fix https://github.com/siyuan-note/siyuan/issues/4544
width: windowState.width,
height: windowState.height,
minWidth: 493,
minHeight: 376,
x,
y,
fullscreenable: true,