first commit
This commit is contained in:
commit
5ada72873f
30 changed files with 1286 additions and 0 deletions
7
preload.js
Normal file
7
preload.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
const { ipcRenderer } = require('electron')
|
||||
|
||||
window.openFile = async () => {
|
||||
return await ipcRenderer.invoke('dialog:openFile')
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue