🎨 showHiddenFiles

This commit is contained in:
Vanessa 2023-10-13 22:32:17 +08:00
parent 49426ac916
commit 99ec5c10a4

View file

@ -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;