Electron.js How to minimize/close window to system tray and restore window back from tray?
I want my Electron.js application to live on system tray and whenever the user wants to do something they can restore from the system tray do something and minimize/close it back to system tray. How do i do that?