config: tweak preload

This commit is contained in:
Ducko 2022-09-28 10:58:07 +01:00
parent e087078400
commit 73fcc84e25
1 changed files with 1 additions and 1 deletions

View File

@ -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')
});