config: tweak preload
This commit is contained in:
parent
e087078400
commit
73fcc84e25
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ contextBridge.exposeInMainWorld('Native', {
|
|||
restart: () => ipcRenderer.send('cr'),
|
||||
set: c => ipcRenderer.send('cs', c),
|
||||
get: () => ipcRenderer.sendSync('cg'),
|
||||
openFile: () => ipcRenderer.send('of')
|
||||
open: () => ipcRenderer.send('of')
|
||||
});
|
Loading…
Reference in a new issue