mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-25 08:24:06 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
872b341d11
11 changed files with 38 additions and 26 deletions
|
|
@ -383,6 +383,7 @@ const initWindow = () => {
|
|||
id: ipcData.rootId,
|
||||
pdf: true,
|
||||
removeAssets: ipcData.removeAssets,
|
||||
merge: ipcData.mergeSubdocs,
|
||||
savePath: result.filePaths[0]
|
||||
}, () => {
|
||||
const pdfFilePath = path.join(result.filePaths[0], replaceLocalPath(ipcData.rootTitle) + ".pdf");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue