#How close the window from renderer.js
8 messages · Page 1 of 1 (latest)
window.close()
i got it. but how to do it for minimize?
with ipc
i need to read this? https://www.electronjs.org/docs/latest/tutorial/ipc
Use the ipcMain and ipcRenderer modules to communicate between Electron processes
yes
i'll try..
Pattern 1 specifically