mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
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
Add a link
Reference in a new issue