Skip to content

Commit

Permalink
🎨 showHiddenFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 13, 2023
1 parent 49426ac commit 99ec5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/config/exportConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 99ec5c1

Please sign in to comment.