From 99ec5c10a4ed614e13a6a935dace95637716977f Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 13 Oct 2023 22:32:17 +0800 Subject: [PATCH] :art: showHiddenFiles --- app/src/config/exportConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/config/exportConfig.ts b/app/src/config/exportConfig.ts index 3ee90a9e9..690af327a 100644 --- a/app/src/config/exportConfig.ts +++ b/app/src/config/exportConfig.ts @@ -213,7 +213,7 @@ export const exportConfig = { const localPath = await ipcRenderer.invoke(Constants.SIYUAN_GET, { cmd: "showOpenDialog", defaultPath: window.siyuan.config.system.homeDir, - properties: ["openFile"], + properties: ["openFile", "showHiddenFiles"], }); if (localPath.filePaths.length === 0) { pandocBinElement.value = window.siyuan.config.export.pandocBin;