From db131e7f1a84292c7e92ac5aad3189ba5db8f024 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 11 Dec 2022 10:05:57 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=94=AF=E6=8C=81=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E5=AD=90=E6=96=87=E6=A1=A3=E5=AF=BC=E5=87=BA=20Word/PDF=20http?= =?UTF-8?q?s://github.com/siyuan-note/siyuan/issues/3219?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/util/onGetConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/util/onGetConfig.ts b/app/src/util/onGetConfig.ts index 60680fffe..cac6d6020 100644 --- a/app/src/util/onGetConfig.ts +++ b/app/src/util/onGetConfig.ts @@ -375,7 +375,7 @@ const initWindow = () => { localStorage.setItem(Constants.LOCAL_EXPORTPDF, JSON.stringify(Object.assign(ipcData.pdfOptions, { removeAssets: ipcData.removeAssets, keepFold: ipcData.keepFold, - merge: ipcData.mergeSubdocs, + mergeSubdocs: ipcData.mergeSubdocs, }))); try { window.siyuan.printWin.webContents.printToPDF(ipcData.pdfOptions).then((pdfData) => {