From a0e67e99b36def0a1193611da3dd25a258915835 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 9 Sep 2022 09:43:51 +0800 Subject: [PATCH] :lipstick: export pdf --- app/src/protyle/export/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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,