const { ipcRenderer } = require('electron'); ipcRenderer.on('reset-app', (event, arg) => { document.location = 'reset.html'; });