This commit is contained in:
parent
043d499cb3
commit
ba7f8b3579
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue