diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts index 6e5950047..8d9f78b02 100644 --- a/app/src/protyle/export/index.ts +++ b/app/src/protyle/export/index.ts @@ -82,6 +82,8 @@ const renderPDF = (id: string) => { show: true, width: 1032, resizable: false, + frame: 'darwin' === window.siyuan.config.system.os, + titleBarStyle: 'hidden', webPreferences: { contextIsolation: false, nodeIntegration: true,