document.getElementById('parent_button').onclick = () => { window.electronAPI.showDialog(true) } document.getElementById('no_parent_button').onclick = () => { window.electronAPI.showDialog(false) }