🎨 ipcRenderer
This commit is contained in:
parent
9a298928af
commit
23fe26b37e
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@
|
|||
}
|
||||
|
||||
const {ipcRenderer} = require('electron')
|
||||
const result = await ipcRenderer.invoke(Constants.SIYUAN_GET, {
|
||||
const result = await ipcRenderer.invoke("siyuan-get", {
|
||||
cmd: "showOpenDialog",
|
||||
defaultPath: defaultWorkspace,
|
||||
properties: ['openDirectory', 'createDirectory'],
|
||||
|
|
Loading…
Add table
Reference in a new issue