fix: cannot access nativeTheme via electron.remote (#20938)

This commit is contained in:
Milan Burda 2019-11-04 23:17:03 +01:00 committed by Samuel Attard
parent ee7ce3954a
commit 01e18c2fc3
3 changed files with 6 additions and 4 deletions

View file

@ -42,6 +42,7 @@ ipcMain.on('message', function (event, ...args) {
event.sender.send('message', ...args)
})
ipcMain.handle('get-modules', () => Object.keys(electron))
ipcMain.handle('get-temp-dir', () => app.getPath('temp'))
ipcMain.handle('ping', () => null)