This commit is contained in:
Vanessa 2022-09-17 10:49:06 +08:00
parent 043d499cb3
commit ba7f8b3579

View file

@ -80,7 +80,7 @@ const renderPDF = (id: string) => {
width: 1032,
resizable: false,
frame: "darwin" === window.siyuan.config.system.os,
icon: `${servePath}/stage/icon-large.png`,
icon: path.join(window.siyuan.config.system.appDir, 'stage', 'icon-large.png'),
titleBarStyle: "hidden",
webPreferences: {
contextIsolation: false,