mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 移动页签到新窗口 Fix https://github.com/siyuan-note/siyuan/issues/2955
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user