mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-14 03:04:21 +01:00
🎨 showHiddenFiles
This commit is contained in:
parent
49426ac916
commit
99ec5c10a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue